From: Asterisk Development Team Date: Thu, 14 Apr 2022 20:53:19 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 16.8-cert14 X-Git-Tag: certified/16.8-cert14~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fcertified%2F16.8;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 16.8-cert14 --- diff --git a/CHANGES b/CHANGES index 33d4fd1adf..09c245b14e 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,18 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.8-cert13 to Asterisk 16.8-cert14 -- +------------------------------------------------------------------------------ + +func_odbc +------------------ + * A SQL_ESC_BACKSLASHES dialplan function has been added which + escapes backslashes. Usage of this is dependent on whether the + database in use can use backslashes to escape ticks or not. If + it can, then usage of this prevents a broken SQL query depending + on how the SQL query is constructed. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk certified/16.8-cert5 to Asterisk certified/16.8-cert6 ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/func_odbc_esc_backslashes.txt b/doc/CHANGES-staging/func_odbc_esc_backslashes.txt deleted file mode 100644 index 087bb42141..0000000000 --- a/doc/CHANGES-staging/func_odbc_esc_backslashes.txt +++ /dev/null @@ -1,7 +0,0 @@ -Subject: func_odbc - -A SQL_ESC_BACKSLASHES dialplan function has been added which -escapes backslashes. Usage of this is dependent on whether the -database in use can use backslashes to escape ticks or not. If -it can, then usage of this prevents a broken SQL query depending -on how the SQL query is constructed.