1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Handle ODBC table null values modified: tabodbc.cpp

This commit is contained in:
Olivier Bertrand
2015-06-02 11:53:22 +02:00
parent e8ea671c25
commit 30fd69e605

View File

@@ -1268,6 +1268,10 @@ void ODBCCOL::ReadColumn(PGLOBAL g)
} // endif Buf_Type
// Handle null values
if (Value->IsZero())
Value->SetNull(Nullable);
if (trace) {
char buf[64];