mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
cdr_adaptive_odbc: Add ability to set character for quoted identifiers.
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. ASTERISK-25006 Change-Id: I0b9a56b79ca13a727a803d88ed3b8643e37632b8
This commit is contained in:
11
CHANGES
11
CHANGES
@@ -136,6 +136,17 @@ cel_pgsql
|
||||
* Added a new option, 'usegmtime', which causes timestamps in CEL events
|
||||
to be logged in GMT.
|
||||
|
||||
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 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user