Skip to content

Error in iTransaction.getInfo() on embedded connection #8520

@pcisar

Description

@pcisar

Linux 64-bit FB 5.0.2.

A call to iTransaction.getInfo() with request code 11 (DB_PATH) returns dsn of connected database (host:db_path) when connected via network protocol, but raises error "Incorrect parameters provided to internal function INF_transaction_info" when called with embedded connection.

Python test code:

with db_connection.main_transaction as tr:
    print(tr.info.database)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions