Changeset: 2cbe0cbc57ad for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2cbe0cbc57ad
Modified Files:
sql/test/SQLancer/Tests/sqlancer06.sql
Branch: Oct2020
Log Message:
Fixed test. I got a corrupted database with SQLancer :(
diffs (30 lines):
diff --git a/sql/test/SQLancer/Tests/sqlancer06.sql
b/sql/test/SQLancer/Tests/sqlancer06.sql
--- a/sql/test/SQLancer/Tests/sqlancer06.sql
+++ b/sql/test/SQLancer/Tests/sqlancer06.sql
@@ -233,7 +233,7 @@ CREATE TABLE "sys"."t0" ("c0" CHAR(473),
CREATE INDEX "i0" ON "sys"."t0" ("c1", "c0");
COPY 18 RECORDS INTO "sys"."t0" FROM stdin USING DELIMITERS E'\t',E'\n','"';
"Qnec4v3|" 916700621.000
-"B" 916700621.000
+"B" 916700622.000
NULL 2052029418.000
"R" 1043124199.000
"" 165830731.000
@@ -248,7 +248,7 @@ NULL 553114649.000
"'F6ꒉ" 97497547.000
NULL 2056175383.000
NULL 836812973.000
-"/j" 97497547.000
+"/j" 97497548.000
"\t()Y%" 709557814.000
CREATE TABLE "sys"."t1" ("c0" CHAR(473) NOT NULL);
@@ -298,7 +298,7 @@ CREATE TABLE "sys"."t2" ("c0" DECIMAL(18
CONSTRAINT "t2_c0_pkey" PRIMARY KEY ("c0"),
CONSTRAINT "t2_c1_c0_unique" UNIQUE ("c1", "c0")
);
-COPY 9 RECORDS INTO "sys"."t2" FROM stdin USING DELIMITERS E'\t',E'\n','"';
+COPY 8 RECORDS INTO "sys"."t2" FROM stdin USING DELIMITERS E'\t',E'\n','"';
0.203 1970-01-16
0.252 1970-01-07
0.511 1970-01-07
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list