projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1d27214
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/15sybase_common.t
b/t/15sybase_common.t
index
b00b43c
..
5bb0578
100644
(file)
--- a/
t/15sybase_common.t
+++ b/
t/15sybase_common.t
@@
-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 ) {