You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
The read-only state is set on the current
FBTpb
instance in theFBManagedConnection
, and this is reset whenConnection.setTransactionIsolation(int)
is called (even with the current isolation level). The read-only state needs to be retained until reset withConnection.setReadOnly(boolean)
.The text was updated successfully, but these errors were encountered: