aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-19 00:26:01 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-19 00:26:01 +0000
commit48707e53d9739d1d361914b72a9d65faefe58860 (patch)
tree5da85f585b6be426b1abc5404491d76541f48716 /CHANGES
parent99772af4aa503bbe3fe90a113291a89fe34875aa (diff)
ODBC transaction support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@177320 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 215ec6863..a3a27811d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -94,6 +94,7 @@ Dialplan Functions
of "core show function AES_ENCRYPT" from the CLI
* Added AES_DECRYPT. For information on its use, please see the output
of "core show function AES_DECRYPT" from the CLI
+ * func_odbc now supports database transactions across multiple queries.
Applications
------------