Changeset: 9c0fcc968e63 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9c0fcc968e63 Modified Files: sql/backends/monet5/sql.c Branch: nested Log Message:
small fix diffs (13 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 @@ -4428,7 +4428,8 @@ sql_storage(Client cntxt, MalBlkPtr mb, for (ncol = ol_first_node((t)->columns); ncol; ncol = ncol->next) { sql_base *bc = ncol->data; sql_column *c = (sql_column *) ncol->data; - + if (!c->type.multiset && c->type.type->composite) + continue; // virtual column, e.g. no column info if( cname && strcmp(bc->name, cname) ) continue; bs = store->storage_api.bind_col(tr, c, QUICK); _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org