From: Alexander Hartmaier Date: Wed, 21 Nov 2012 11:18:49 +0000 (+0100) Subject: solve the DBIx::Class warnings about transactions differently X-Git-Tag: 2.004004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=4f3c6e1d8262d733b05252c4ce97b0382e1dc29c solve the DBIx::Class warnings about transactions differently --- diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index c7de744..01cb38b 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,8 +1,8 @@ +BEGIN TRANSACTION; -- -- Created by SQL::Translator::Producer::SQLite -- Created on Tue Aug 8 01:53:20 2006 -- ---BEGIN TRANSACTION; -- -- Table: cd_to_producer @@ -59,5 +59,4 @@ CREATE TABLE producer ( producerid INTEGER PRIMARY KEY NOT NULL, name varchar(100) NOT NULL ); - ---COMMIT; +COMMIT;