From: Rafael Kitover Date: Tue, 18 Aug 2009 04:43:35 +0000 (+0000) Subject: minor change X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbc0e07ae86de937eb47db8e4e5d4f55c2bd2a70;p=dbsrgits%2FDBIx-Class-Historic.git minor change --- diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm index 47293d4..e29abec 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm @@ -83,7 +83,7 @@ sub connect_call_use_dynamic_cursors { sub _set_dynamic_cursors { my $self = shift; - my $dbh = $self->_dbh; + my $dbh = $self->_get_dbh; eval { local $dbh->{RaiseError} = 1;