Skip to content
Snippets Groups Projects
Commit 283b09cf authored by Joshua C. Colp's avatar Joshua C. Colp Committed by Friendly Automation
Browse files

cdr_adaptive_odbc: Add support for SQL_DATETIME field type.

ASTERISK-30023

Change-Id: I0e1697f6af044e9eab7e07bbaeeffd1bb68ac34a
parent b3f39be0
Branches
Tags
Loading
......@@ -564,6 +564,7 @@ static int odbc_log(struct ast_cdr *cdr)
break;
case SQL_TYPE_TIMESTAMP:
case SQL_TIMESTAMP:
case SQL_DATETIME:
if (ast_strlen_zero(colptr)) {
continue;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment