Merge branch 'ob-10.0' into 10.0

This commit is contained in:
Olivier Bertrand 2015-07-30 13:27:56 +02:00
commit 8ab46a5129

View File

@ -1268,9 +1268,10 @@ void ODBCCOL::ReadColumn(PGLOBAL g)
} // endif Buf_Type
// Handle null values
if (Value->IsZero())
Value->SetNull(Nullable);
// Nulls are handled by StrLen[n] == SQL_NULL_DATA
// MDEV-8561
//if (Value->IsZero())
// Value->SetNull(Nullable);
if (trace) {
char buf[64];