Skip to content

Connection.setReadOnly is reset when setTransactionIsolation is called #805

@mrotteveel

Description

@mrotteveel

The read-only state is set on the current FBTpb instance in the FBManagedConnection, and this is reset when Connection.setTransactionIsolation(int) is called (even with the current isolation level). The read-only state needs to be retained until reset with Connection.setReadOnly(boolean).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions