summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2012-02-03 16:50:49 +0000
committerKinsey Moore <kmoore@digium.com>2012-02-03 16:50:49 +0000
commit71a8457d5379fe04cf8d42db40a24866549a88cb (patch)
treee309aa98c01b73c618c21354d43f10f4d4c48343 /UPGRADE.txt
parent79979313e84f39198812841ac36a44fa990550df (diff)
Support schema selection in cdr_adaptive_odbc
Asterisk now supports using ODBC with databases where a single schema must be selected. Previously, INSERTs would fail because they did not take into account extra fields cause by having multiple schemas. This also corrects some SQL resource leaks. (closes issue ASTERISK-17106) Patch-by: Alexander Frolkin Patch-by: Tilgnman Lesher git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@353964 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 83c2b2b6c..6b53de30e 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -35,6 +35,10 @@ func_enum:
differentiate between a failed query and a successful query with 0 results
matching the specified type.
+CDR:
+ - cdr_adaptive_odbc now supports specifying a schema so that Asterisk can
+ connect to databases that use schemas.
+
Configuration Files:
- Files listed below have been updated to be more consistent with how Asterisk
parses configuration files. This makes configuration files more consistent