X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase%2FMicrosoft_SQL_Server.pm;fp=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase%2FMicrosoft_SQL_Server.pm;h=f76238598baa653644abc902fcbb95c151800803;hb=f244a81505f81087d4bd9a435081aa40b5f32435;hp=5cd5aa188018057ec64b1007255e6969f60f0b99;hpb=81a10d8d4bcc1eba671359afc102bbb20a29e07a;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm index 5cd5aa1..f762385 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm @@ -20,13 +20,15 @@ sub _rebless { } } -sub _init { +sub _run_connection_actions { my $self = shift; # LongReadLen doesn't work with MSSQL through DBD::Sybase, and the default is # huge on some versions of SQL server and can cause memory problems, so we # fix it up here (see Sybase/Common.pm) $self->set_textsize; + + $self->next::method(@_); } sub _dbh_begin_work {