mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
cel_odbc & res_config_odbc: Add support for SQL_DATETIME field type
See also: ASTERISK_30023 ASTERISK-30096 #close patches: inline on issue - submitted by Morvai Szabolcs Change-Id: I79c0b74862100acd9c8319dca5cc456a654d02eb
This commit is contained in:
committed by
Joshua Colp
parent
1d3d6e49db
commit
182fee79eb
@@ -606,6 +606,7 @@ static void odbc_log(struct ast_event *event)
|
||||
break;
|
||||
case SQL_TYPE_TIMESTAMP:
|
||||
case SQL_TIMESTAMP:
|
||||
case SQL_DATETIME:
|
||||
if (ast_strlen_zero(colptr)) {
|
||||
continue;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user