From 3fef0135393c79b4f787773736f750fb1652aea8 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 31 Oct 2008 17:18:49 +0000 Subject: 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 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') 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 ------------ -- cgit v1.2.3