Skip to content

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

Open
@firebird-automations

Description

@firebird-automations

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions