From: Joshua Colp Date: Thu, 14 May 2015 10:28:16 +0000 (-0500) Subject: Merge "cdr_adaptive_odbc: Add ability to set character for quoted identifiers." X-Git-Tag: 14.0.0-beta1~949 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bbfcfc647dc69089236cde0003ba88c3161d1ec;p=thirdparty%2Fasterisk.git Merge "cdr_adaptive_odbc: Add ability to set character for quoted identifiers." --- 2bbfcfc647dc69089236cde0003ba88c3161d1ec diff --cc CHANGES index 26bcb49900,18abdd4176..58291cf75c --- a/CHANGES +++ b/CHANGES @@@ -156,13 -133,20 +156,24 @@@ CEL Backend cel_pgsql ------------------ -* Added a new option, 'usegmtime', which causes timestamps in CEL events - to be logged in GMT. + * Added a new option, 'usegmtime', which causes timestamps in CEL events + to be logged in GMT. + + * Added support to set schema where located the table cel. This settings is + configurable for cel_pgsql via the 'schema' in configuration file + cel_pgsql.conf. + CDR Backends + ------------------ + + cdr_adaptive_odbc + ------------------ + * Added the ability to set the character to quote identifiers. This + allows adding the character at the start and end of table and column + names. This setting is configurable for cdr_adaptive_odbc via the + quoted_identifiers in configuration file cdr_adaptive_odbc.conf. + + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 13.3.0 to Asterisk 13.4.0 ------------ ------------------------------------------------------------------------------