summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-09-07 17:15:37 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-09-07 17:15:37 +0000
commit75d8960740feb23d0752170e5bcd01d6786c2791 (patch)
treeb3771dba2758aefab24e6a44ac2e59ed82c88b93 /CHANGES
parent42a4b058118deee19d452f80260bd8331346e306 (diff)
Allow multiple rows to be fetched within the normal mode of operation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 533c45cac..3a2067737 100644
--- a/CHANGES
+++ b/CHANGES
@@ -105,6 +105,10 @@ Dialplan Functions
channel, is one approach that will avoid conflicts.
* Added new dialplan function MUTEAUDIO() for muting inbound and/or outbound
audio in a channel.
+ * func_odbc now allows multiple row results to be retrieved without using
+ mode=multirow. If rowlimit is set, then additional rows may be retrieved
+ from the same query by using the name of the function which retrieved the
+ first row as an argument to ODBC_FETCH().
Dialplan Variables
------------------