summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-10-31 17:18:49 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-10-31 17:18:49 +0000
commit46abb39ca242746bfbceb1ee315cb68fa3e84243 (patch)
tree64ab01da460a3c5f22662674b841ba4e5e913617 /CHANGES
parent44b484195e3f9630d0c481dd519e24dbbd714e16 (diff)
Failover for func_odbc, allowing an INSERT query to be performed when the UPDATE query initially
affects 0 rows. (closes issue #13083) Reported by: Corydon76 Patches: 20081031__bug13083.diff.txt uploaded by Corydon76 (license 14) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@153124 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 42ea9db47..9bb9ce280 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,8 @@ Dialplan Functions
* Permit the syntax and synopsis fields of the corresponding dialplan
functions to be individually set from func_odbc.conf.
* Added debugging CLI functions to func_odbc, 'odbc read' and 'odbc write'.
+ * func_odbc now may specify an insert query to execute, when the write query
+ affects 0 rows (usually indicating that no such row exists).
Applications
------------