X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase%2FNoBindVars.pm;h=4d05295bc856e682fb0cc928b07185c16ca13e64;hb=a3a526ccbf65e59361a29b753f4bdd9495ad6dd5;hp=0ca20a49009dc13e93935d523f94e1cf7f6475a5;hpb=e06ad5d5eca3cad12045953e06fd6b6c72c1027d;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm b/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm index 0ca20a4..4d05295 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm @@ -11,6 +11,7 @@ use Scalar::Util (); sub _rebless { my $self = shift; $self->disable_sth_caching(1); + $self->_insert_txn(0); } # this works when NOT using placeholders