for the following drivers too buggy to handle the optimized path:
- FreeTDS ODBC driver (when used with MSSQL)
- The Firebird ODBC driver
+ - The MSAccess ODBC driver
- Explicitly disable DBD::ODBC dynamic_cursors when using freetds 0.83
or later - they made enough ODBC incompatible changes making it
impossible to support sanely
$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(@_);
}