Changeset: 8f7e6ccef305 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8f7e6ccef305
Modified Files:
        sql/test/nested/Tests/composite.test
Branch: nested
Log Message:

no longer crashes


diffs (28 lines):

diff --git a/sql/test/nested/Tests/composite.test 
b/sql/test/nested/Tests/composite.test
--- a/sql/test/nested/Tests/composite.test
+++ b/sql/test/nested/Tests/composite.test
@@ -32,15 +32,8 @@ bob
 statement ok
 insert into ct_col values ('(0, "head")')
 
-### CRASH
-###statement ok
-###insert into ct_col values ('(1, "hello")'), ('(2, "world")')
-
 statement ok
-insert into ct_col values ('(1, "hello")') 
-
-statement ok
-insert into ct_col values ('(2, "world")')
+insert into ct_col values ('(1, "hello")'), ('(2, "world")')
 
 query IT nosort
 select c.n, c.m from ct_col
@@ -60,6 +53,7 @@ world
 
 ## modify table
 
+### todo implement truncate for nested tables
 ### CRASH implement truncate on all related nested tables
 ###statement ok
 ###truncate ct_col
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to