add create_ddl_dir for creating versioned sql statements from schema, and make DBICTe...
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Setup.pm
index fb08fce..8bdd756 100755 (executable)
@@ -4,7 +4,7 @@ use DBICTest;
 
 my $schema = DBICTest->initialise;
 
-$schema->storage->on_connect_do([ "PRAGMA synchronous = OFF" ]);
+# $schema->storage->on_connect_do([ "PRAGMA synchronous = OFF" ]);
 
 my $dbh = $schema->storage->dbh;