mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Update CHANGES and UPGRADE.txt for 16.8-cert14
This commit is contained in:
12
CHANGES
12
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
|
--- Functionality changes from Asterisk certified/16.8-cert5 to Asterisk certified/16.8-cert6
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
@@ -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.
|
|
Reference in New Issue
Block a user