projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
322b7a6
)
Localisation ain't free, we don't do it unless we have to
Peter Rabbitson [Wed, 9 Sep 2009 07:14:20 +0000 (07:14 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/Common.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm
b/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm
index
c83398f
..
1f69d81
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/Sybase/Common.pm
+++ b/
lib/DBIx/Class/Storage/DBI/Sybase/Common.pm
@@
-29,7
+29,6
@@
sub _ping {
local $dbh->{RaiseError} = 1;
local $dbh->{PrintError} = 0;
- local $@;
if ($dbh->{syb_no_child_con}) {
# ping is impossible with an active statement, we return false if so