Changeset: 0bd953f385a4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0bd953f385a4
Modified Files:
sql/test/SQLancer/Tests/sqlancer01.stable.out
Branch: Jun2020
Log Message:
Approved output
diffs (23 lines):
diff --git a/sql/test/SQLancer/Tests/sqlancer01.stable.out
b/sql/test/SQLancer/Tests/sqlancer01.stable.out
--- a/sql/test/SQLancer/Tests/sqlancer01.stable.out
+++ b/sql/test/SQLancer/Tests/sqlancer01.stable.out
@@ -428,6 +428,19 @@ stdout of test 'sqlancer01` in directory
#0.17914678733737166
[ 29 ]
#ROLLBACK;
+#START TRANSACTION; --Bug 6901
+#CREATE TABLE "t0" ("c0" DOUBLE PRECISION NOT NULL,"c1" VARCHAR(64));
+#INSERT INTO "t0" VALUES (0.10155454782177964, 'FALSE'), (594212101, NULL),
(0.5981662672233894, NULL);
+[ 3 ]
+#SELECT t0.c0 FROM t0 WHERE
CAST((0.3101399424332040855034620108199305832386016845703125) NOT IN
(0.6446234112932121007588648353703320026397705078125) AS BOOLEAN);
+% sys.t0 # table_name
+% c0 # name
+% double # type
+% 24 # length
+[ 0.1015545478 ]
+[ 594212101 ]
+[ 0.5981662672 ]
+#ROLLBACK;
#DROP TABLE tbl_ProductSales;
#DROP TABLE another_T;
#DROP TABLE integers;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list