Revert 796acb6a - latest FreeTDS does not support MARs in any form
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / ACCESS.pm
index 2a0624f..3a630cc 100644 (file)
@@ -65,6 +65,9 @@ sub _run_connection_actions {
     $self->_dbh->{LongReadLen} = $long_read_len * 2 + 1;
   }
 
+  # batch operations do not work
+  $self->_disable_odbc_array_ops;
+
   return $self->next::method(@_);
 }