Changeset: 1b55ae883b34 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1b55ae883b34
Modified Files:
        sql/test/SQLancer/Tests/sqlancer06.stable.out
Branch: Oct2020
Log Message:

Approved output


diffs (25 lines):

diff --git a/sql/test/SQLancer/Tests/sqlancer06.stable.out 
b/sql/test/SQLancer/Tests/sqlancer06.stable.out
--- a/sql/test/SQLancer/Tests/sqlancer06.stable.out
+++ b/sql/test/SQLancer/Tests/sqlancer06.stable.out
@@ -29,6 +29,21 @@ stdout of test 'sqlancer06` in directory
 % 1 # length
 [ 1    ]
 #ROLLBACK;
+#START TRANSACTION;
+#CREATE TABLE "sys"."t0" ("c0" TIME,"c1" SMALLINT NOT NULL);
+#CREATE TABLE "sys"."t1" ("c1" SMALLINT,"c2" DATE NOT NULL);
+#CREATE TABLE "sys"."t2" ("c0" TIME,"c1" SMALLINT,CONSTRAINT "t2_c0_unique" 
UNIQUE ("c0"));
+#COPY 3 RECORDS INTO "sys"."t2" FROM stdin USING DELIMITERS E'\t',E'\n','"';
+#NULL  0
+#16:03:32      NULL
+#02:15:11      NULL
+[ 3    ]
+#select all t0.c1 from t0, t1 natural join t2 where (t1.c1) not between 
symmetric (t1.c1) and (t0.c1);
+% sys.t0 # table_name
+% c1 # name
+% smallint # type
+% 1 # length
+#ROLLBACK;
 
 # 19:38:32 >  
 # 19:38:32 >  "Done."
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to