[Asterisk-code-review] cdr_adaptive_odbc: Add support for SQL_DATETIME field type. (asterisk[18])
Joshua Colp
asteriskteam at digium.com
Wed Apr 20 07:42:37 CDT 2022
Joshua Colp has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/18420 )
Change subject: cdr_adaptive_odbc: Add support for SQL_DATETIME field type.
......................................................................
cdr_adaptive_odbc: Add support for SQL_DATETIME field type.
ASTERISK-30023
Change-Id: I0e1697f6af044e9eab7e07bbaeeffd1bb68ac34a
---
M cdr/cdr_adaptive_odbc.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/20/18420/1
diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c
index 4a10ec8..90032e2 100644
--- a/cdr/cdr_adaptive_odbc.c
+++ b/cdr/cdr_adaptive_odbc.c
@@ -564,6 +564,7 @@
break;
case SQL_TYPE_TIMESTAMP:
case SQL_TIMESTAMP:
+ case SQL_DATETIME:
if (ast_strlen_zero(colptr)) {
continue;
} else {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/18420
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I0e1697f6af044e9eab7e07bbaeeffd1bb68ac34a
Gerrit-Change-Number: 18420
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220420/8e7b7755/attachment.html>
More information about the asterisk-code-review
mailing list