-
-
Notifications
You must be signed in to change notification settings - Fork 268
Error in iTransaction.getInfo() on embedded connection #8520
Copy link
Copy link
Closed
Labels
affect-version: 3.0.12affect-version: 4.0.5affect-version: 5.0.2affect-version: 6.0 Initialfix-version: 3.0.13fix-version: 4.0.6fix-version: 5.0.3fix-version: 6.0 Alpha 1qa: done successfullyrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: bug
Metadata
Metadata
Assignees
Labels
affect-version: 3.0.12affect-version: 4.0.5affect-version: 5.0.2affect-version: 6.0 Initialfix-version: 3.0.13fix-version: 4.0.6fix-version: 5.0.3fix-version: 6.0 Alpha 1qa: done successfullyrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: bug
Linux 64-bit FB 5.0.2.
A call to
iTransaction.getInfo()with request code11(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: