[prev in list] [next in list] [prev in thread] [next in thread] 

List:       monetdb-checkins
Subject:    MonetDB: default - Forgot to start transaction
From:       Pedro_Ferreira <commits+pedro.ferreira=monetdbsolutions.com () mon
Date:       2020-07-31 8:06:57
Message-ID: hg.b9483750b976.1596182817.3398504507235548263 () monetdb-vm0 ! spin-off ! cwi ! nl
[Download RAW message or body]

Changeset: b9483750b976 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b9483750b976
Modified Files:
	sql/test/BugTracker-2017/Tests/insert_self_ref_FK.Bug-6131.sql
Branch: default
Log Message:

Forgot to start transaction


diffs (11 lines):

diff --git a/sql/test/BugTracker-2017/Tests/insert_self_ref_FK.Bug-6131.sql \
                b/sql/test/BugTracker-2017/Tests/insert_self_ref_FK.Bug-6131.sql
--- a/sql/test/BugTracker-2017/Tests/insert_self_ref_FK.Bug-6131.sql
+++ b/sql/test/BugTracker-2017/Tests/insert_self_ref_FK.Bug-6131.sql
@@ -31,6 +31,7 @@ INSERT INTO test101 VALUES (104, 104, 10
 DROP TABLE test101;
 
 -- SQLancer just reproduced this bug
+START TRANSACTION;
 CREATE TABLE "sys"."t1" ("c0" DOUBLE,CONSTRAINT "t1_c0_unique" UNIQUE \
("c0"),CONSTRAINT "t1_c0_fkey" FOREIGN KEY ("c0") REFERENCES "sys"."t1" ("c0"));  \
COPY 9 RECORDS INTO "sys"."t1" FROM stdin USING DELIMITERS E'\t',E'\n','"';  \
0.21248182395969406 _______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic