X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FODBC%2FACCESS.pm;h=f2bbb6489e2b94dcc39e93007c3aa8b01aec9472;hb=1d8a370f73b67947351d86da4111b306de167aca;hp=2a0624fdc1164d391cfe0ed0363dd7bbd3dcaf2e;hpb=726c8f65ef37b47aad62e29a306f64528a00f65d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm b/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm index 2a0624f..f2bbb64 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm @@ -65,6 +65,9 @@ sub _run_connection_actions { $self->_dbh->{LongReadLen} = $long_read_len * 2 + 1; } + # batch operations do not work + $self->_get_dbh->{odbc_disable_array_operations} = 1; + return $self->next::method(@_); }