Changeset: bcbc02cdd269 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bcbc02cdd269
Modified Files:
sql/backends/monet5/sql.c
Branch: arrays
Log Message:
selecting the dimensions returns correct valuaes (it needed to set seqbase)
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
@@ -1713,7 +1713,8 @@ mvc_create_dimension_bat(mvc *m, char *s
}
BATsetcount(b,t->cellsNum);
- BATderiveProps(b,FALSE);
+ BATseqbase(b,0);
+ BATderiveProps(b,FALSE);
return b;
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list