You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the DBIx::Class test 750firebird.t it appears after a
SQLExecDirect("ROLLBACK TO SAVEPOINT savepoint_0");
SQLRowCount returns an error but when SQLError is called there is not error. DBD::ODBC treats an SQL_ERROR from an ODBC call as an error now even if SQLError does not return any error text. The Firebird ODBC driver should not return SQL_ERROR for SQLRowCount unless SQLError can return an error. Either it is not an error or it is.
The text was updated successfully, but these errors were encountered:
Submitted by: Martin J. Evans (bohica)
When I run the DBIx::Class test 750firebird.t it appears after a
SQLExecDirect("ROLLBACK TO SAVEPOINT savepoint_0");
SQLRowCount returns an error but when SQLError is called there is not error. DBD::ODBC treats an SQL_ERROR from an ODBC call as an error now even if SQLError does not return any error text. The Firebird ODBC driver should not return SQL_ERROR for SQLRowCount unless SQLError can return an error. Either it is not an error or it is.
The text was updated successfully, but these errors were encountered: