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

Connection.setReadOnly is reset when setTransactionIsolation is called #805

Closed
mrotteveel opened this issue May 11, 2024 · 1 comment
Closed

Comments

@mrotteveel
Copy link
Member

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).

@mrotteveel
Copy link
Member Author

This will not be backported to v5 as it has worked this way for literally decades, and no one seems to have reported it.

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