X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46dc76ba3573649a9ed7c7aff6dc677f533eee11..123a7fddb89d0d39f8c280aea95182d054c8887b:/src/common/odbc.cpp?ds=sidebyside diff --git a/src/common/odbc.cpp b/src/common/odbc.cpp index 79d1f9b9df..de925cc2ea 100644 --- a/src/common/odbc.cpp +++ b/src/common/odbc.cpp @@ -607,7 +607,7 @@ bool wxRecordSet::GetResultSet(void) curcol = cols.Append(name, col1); col1->SetName(name); col1->SetType(type); - col1->SetNullable(nullable); + col1->SetNullable((nullable != 0)); wxQueryField *field1 = new wxQueryField; fetch = fetchbuf.Append(field1);