Changeset: b5d48ec12183 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b5d48ec12183
Modified Files:
sql/backends/monet5/sql.c
Branch: Jun2016
Log Message:
fix isNull problems with binary attach
diffs (12 lines):
diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -3554,6 +3554,8 @@ mvc_bin_import_table_wrap(Client cntxt,
if (c == NULL)
throw(SQL, "sql", "Failed to attach file %s",
*getArgReference_str(stk, pci, i));
BATsetaccess(c, BAT_READ);
+ c->T->nil = 0;
+ c->T->nonil = 0;
BATderiveProps(c, 0);
} else if (tpe == TYPE_str) {
/* get the BAT and fill it with the strings */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list