asterisk/cdr
Rodrigo Ramírez Norambuena b156a291af cdr_adaptive_odbc: Fix DNSs mixed config quote quoted_identifiers
When haved more than once DNSs config and one of their dont set
quoted_identifiers and before this is with configurated with
quoted_identifiers resulting a truncate statement for a reference null
for quote character identifier.

This patch initializes quoted flag before build SQL Query

Example config for this bugfix case in cdr_adaptive_odbc.conf file

	[first]
	connection=asterisk-server1
	table=cdr
	quoted_identifiers="

	[second]
	connection=asterisk-server2
	table=cdr

	[third]
	connection=asterisk-server3
	table=cdr
	quoted_identifiers=`

Change-Id: Ibd95667b468e10d4a19a2b9d88b9934ec7207e1d
2016-08-05 23:20:26 -04:00
..
Makefile Doxygen Updates - Title update 2012-10-14 21:46:45 +00:00
cdr_adaptive_odbc.c cdr_adaptive_odbc: Fix DNSs mixed config quote quoted_identifiers 2016-08-05 23:20:26 -04:00
cdr_csv.c Merge "cdr/cdr_csv.c: Set file name for csv master to the module when (re)loaded." 2015-06-02 12:02:01 -05:00
cdr_custom.c logging,cdr,cel: Fix stringfield memory leak. 2016-06-01 14:09:36 -05:00
cdr_manager.c cdr: standardizes tab for options of AST_MODULE_INFO 2015-05-05 00:06:57 -04:00
cdr_odbc.c cdr: standardizes tab for options of AST_MODULE_INFO 2015-05-05 00:06:57 -04:00
cdr_pgsql.c main/cli.c: Refactor function to print seconds formatted 2016-03-07 03:42:18 -03:00
cdr_radius.c cdr: standardizes tab for options of AST_MODULE_INFO 2015-05-05 00:06:57 -04:00
cdr_sqlite.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
cdr_sqlite3_custom.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
cdr_syslog.c logging,cdr,cel: Fix stringfield memory leak. 2016-06-01 14:09:36 -05:00
cdr_tds.c cdr: standardizes tab for options of AST_MODULE_INFO 2015-05-05 00:06:57 -04:00