From 706f79d122c53290bfa63a1dad2051daf2817fb7 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Wed, 7 Mar 2012 21:28:55 +0000 Subject: Handle numeric columns for eventtype properly in cel_odbc Patch also implements correct handling of datetime2 and datetimeoffset new datatypes in SQL Server 2008 and 2008 R2. (closes issue ASTERISK-17548) Review: https://reviewboard.asterisk.org/r/1160/ Review: https://reviewboard.asterisk.org/r/1804/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@358576 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/cel_odbc.conf.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/cel_odbc.conf.sample') diff --git a/configs/cel_odbc.conf.sample b/configs/cel_odbc.conf.sample index 1c7ff5095..0c0b83fda 100644 --- a/configs/cel_odbc.conf.sample +++ b/configs/cel_odbc.conf.sample @@ -92,6 +92,7 @@ ;connection=sqlserver ;table=AsteriskCEL ;usegmtime=yes ; defaults to no +;allowleapsecond=no ; allow leap second in SQL column for eventtime, default yes. ;alias src => source ;alias channel => source_channel ;alias dst => dest -- cgit v1.2.3