]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/odbc.cpp
* Added source file info in utils/serialize/*
[wxWidgets.git] / src / common / odbc.cpp
index 79d1f9b9dfddd8d67c793ae42462b2b41d20c348..de925cc2eac3020284b105308aefc55ed408c1b2 100644 (file)
@@ -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);