don't wrap the SQLite test schema DDL queries in a transaction to suppress DBIx:...
Alexander Hartmaier [Wed, 21 Nov 2012 09:21:46 +0000 (10:21 +0100)]
Changes
t/lib/sqlite.sql

diff --git a/Changes b/Changes
index d6fe455..277f550 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
 
 {{ $NEXT }}
 - Fixed test failures in t/[rest,rpc]/item.t on newer HTTP::Message versions
+- Don't wrap the SQLite test schema DDL queries in a transaction to suppress
+  DBIx::Class warnings
 
 2.004003  2011-12-19 14:41:59 Europe/Vienna
 - Fixed test failure in generic.t with Moose > 2.02
index 75342b5..c7de744 100644 (file)
@@ -2,7 +2,7 @@
 -- Created by SQL::Translator::Producer::SQLite
 -- Created on Tue Aug  8 01:53:20 2006
 -- 
-BEGIN TRANSACTION;
+--BEGIN TRANSACTION;
 
 --
 -- Table: cd_to_producer
@@ -60,4 +60,4 @@ CREATE TABLE producer (
   name varchar(100) NOT NULL
 );
 
-COMMIT;
+--COMMIT;