remove dbic option from sybase test that is no longer necessary
Rafael Kitover [Thu, 10 Sep 2009 06:06:45 +0000 (06:06 +0000)]
t/15sybase_common.t

index b00b43c..5bb0578 100644 (file)
@@ -15,9 +15,6 @@ my $tester = dbixcsl_common_tests->new(
     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 ) {