Changeset: 80f41eb7560b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/80f41eb7560b
Modified Files:
        sql/test/Tests/bincopycollist.test.in
Branch: copyintobinary
Log Message:

Ridiculous testcase

It doesn't make sense to req
    copy binary into foo(X,X)

with


diffs (19 lines):

diff --git a/sql/test/Tests/bincopycollist.test.in 
b/sql/test/Tests/bincopycollist.test.in
--- a/sql/test/Tests/bincopycollist.test.in
+++ b/sql/test/Tests/bincopycollist.test.in
@@ -27,14 +27,9 @@ START TRANSACTION
 statement ok
 CREATE TABLE intvals (x INTEGER, y INTEGER, z INTEGER)
 
-statement ok
+statement error
 COPY BINARY INTO intvals (x, x) FROM (E'$QTSTTRGDIR/bincopyint.bin', 
E'$QTSTTRGDIR/bincopyint.bin')
 
-query I nosort
-SELECT count(*) FROM intvals
-----
-10
-
 statement ok
 ROLLBACK
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to