aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-31 17:18:49 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-31 17:18:49 +0000
commit3fef0135393c79b4f787773736f750fb1652aea8 (patch)
tree64ab01da460a3c5f22662674b841ba4e5e913617 /CHANGES
parent48343e657005f9554f5e931f8b2a2cc35efeb261 (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: http://svn.digium.com/svn/asterisk/trunk@153124 f38db490-d61c-443f-a65b-d21fe96a405b
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
------------