Update CHANGES and UPGRADE.txt for 18.11.2

This commit is contained in:
Asterisk Development Team
2022-04-14 15:47:41 -05:00
parent 353142a2b4
commit 1422d098e7
2 changed files with 12 additions and 7 deletions

12
CHANGES
View File

@@ -12,6 +12,18 @@
===
==============================================================================
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 18.11.1 to Asterisk 18.11.2 ----------
------------------------------------------------------------------------------
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 18.10.0 to Asterisk 18.11.0 ----------
------------------------------------------------------------------------------

View File

@@ -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.