Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLRowCount returns SQL_ERROR but no error text after "ROLLBACK TO SAVEPOINT savepoint_0" [ODBC113] #110

Open
firebird-automations opened this issue Mar 6, 2011 · 0 comments

Comments

@firebird-automations
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants