Changeset: d127f2b60869 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d127f2b60869 Modified Files: sql/test/sciql2sql/Tests/All sql/test/sciql2sql/Tests/create_unbound_step_array.sql Branch: SciQL-2 Log Message:
merging heads diffs (35 lines): diff --git a/sql/test/sciql2sql/Tests/All b/sql/test/sciql2sql/Tests/All --- a/sql/test/sciql2sql/Tests/All +++ b/sql/test/sciql2sql/Tests/All @@ -11,6 +11,7 @@ update_fixed_array #update_range_array covered by fixed_array update_unbound_array update_step_int_array +update_unbound_step_array # selections with target is relation diff --git a/sql/test/sciql2sql/Tests/create_unbound_step_array.sql b/sql/test/sciql2sql/Tests/create_unbound_step_array.sql --- a/sql/test/sciql2sql/Tests/create_unbound_step_array.sql +++ b/sql/test/sciql2sql/Tests/create_unbound_step_array.sql @@ -13,19 +13,11 @@ AS SELECT x,v FROM array1Dintdim, array1 INSERT INTO array1Dintdim VALUES (0,0),(1,4); INSERT INTO array1Dintval VALUES (0,1),(1,1); SELECT * FROM array1Dintdim; + DROP VIEW array1Dint; DROP TABLE array1Dintval; DROP TABLE array1Dintdim; -CREATE TABLE array1Dint(x INTEGER, v INTEGER DEFAULT 1); -INSERT INTO array1Dint VALUES -(0,1), -(1,1), -(2,1), -(3,1); -SELECT * FROM array1Dint; -DROP TABLE array1Dint; - -- partially bounded arrays get their implicit temporary dimension using updates CREATE ARRAY array1Dint(x INTEGER DIMENSION[0:*:*], v INTEGER DEFAULT 1); SELECT * FROM array1Dint; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list