Commit 30fd69e6 authored by Olivier Bertrand's avatar Olivier Bertrand

Handle ODBC table null values modified: tabodbc.cpp

parent e8ea671c
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment