[Bast-commits] r7618 - branches/DBIx-Class-Schema-Loader/current/t
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Thu Sep 10 06:06:45 GMT 2009
Author: caelum
Date: 2009-09-10 06:06:45 +0000 (Thu, 10 Sep 2009)
New Revision: 7618
Modified:
branches/DBIx-Class-Schema-Loader/current/t/15sybase_common.t
Log:
remove dbic option from sybase test that is no longer necessary
Modified: branches/DBIx-Class-Schema-Loader/current/t/15sybase_common.t
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/t/15sybase_common.t 2009-09-10 00:16:03 UTC (rev 7617)
+++ branches/DBIx-Class-Schema-Loader/current/t/15sybase_common.t 2009-09-10 06:06:45 UTC (rev 7618)
@@ -15,9 +15,6 @@
dsn => $dsn,
user => $user,
password => $password,
-# This is necessary because there are too many cursors open for transactions on
-# insert to work.
- connect_info_opts => { on_connect_call => 'unsafe_insert' }
);
if( !$dsn || !$user ) {
More information about the Bast-commits
mailing list