Changeset: 9365d8d84f88 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9365d8d84f88
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: nilmask
Log Message:

removed assert of future work


diffs (12 lines):

diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -1732,7 +1732,7 @@ stmt_col(backend *be, sql_column *c, stm
        stmt *sc = stmt_bat(be, c, RDONLY, part);
 
        if (c->null && c->nullmask) {
-               assert(0);
+               printf("todo handle nullmask\n");
        }
 
        if (isTable(c->t) && c->t->access != TABLE_READONLY &&
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to