Changeset: 055c72fca3a8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/055c72fca3a8
Modified Files:
        sql/test/nested/Tests/inserts.test
Branch: tvtree
Log Message:

Enables previously crashing tests for insert in "complex" types


diffs (30 lines):

diff --git a/sql/test/nested/Tests/inserts.test 
b/sql/test/nested/Tests/inserts.test
--- a/sql/test/nested/Tests/inserts.test
+++ b/sql/test/nested/Tests/inserts.test
@@ -46,20 +46,17 @@ insert into ct_col values ((1, 'hello'))
 statement error 42000!
 insert into cabt_col values (((1, 2), 'alice')), (((3, 4), 'bob'))
 
-### CRASH
-###statement ok
-###insert into cabt_col values ((array[1, 2], 'alice')), ((array[3, 4], 'bob'))
+statement ok
+insert into cabt_col values ((array[1, 2], 'alice')), ((array[3, 4], 'bob'))
 
 statement ok
 insert into cact_col values ((array[(1, 'tic'), (2, 'tac')], 'alice'))
 
-### CRASH
-###statement ok
-###insert into cact_col values ((array[(10, 'one'), (20, 'two')], 'bob')), 
((array[(30, 'hop')], 'joe'))
+statement ok
+insert into cact_col values ((array[(10, 'one'), (20, 'two')], 'bob')), 
((array[(30, 'hop')], 'joe'))
 
-### CRASH
-###statement ok
-###insert into bt_arr values (array[1, 2]), (array[10, 20])
+statement ok
+insert into bt_arr values (array[1, 2]), (array[10, 20])
 
 statement ok
 insert into ct_arr values (array[(1, 'tic'), (2, 'tac')]), (array[(10, 'abc'), 
(20, 'xyz')])
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to