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:
@@ -1268,6 +1268,10 @@ void ODBCCOL::ReadColumn(PGLOBAL g)
|
|||||||
|
|
||||||
} // endif Buf_Type
|
} // endif Buf_Type
|
||||||
|
|
||||||
|
// Handle null values
|
||||||
|
if (Value->IsZero())
|
||||||
|
Value->SetNull(Nullable);
|
||||||
|
|
||||||
if (trace) {
|
if (trace) {
|
||||||
char buf[64];
|
char buf[64];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user