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
Implement both Connection.isReadOnly and Connection.setReadOnly methods.
We need at least Tarantool DB support for that. It seems it should be implemented as part of transaction support how it has already done in Postgres (docs).
For instance, Postgres driver executes SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY when a read-only flag is set.
The text was updated successfully, but these errors were encountered:
It is the session parameter and I see no connection with transactions here. Anyway, we cannot implement it right now, so I filed the issue to tarantool and leave the milestone here as is for now. Let's return here when the issue in tarantool will be resolved.
Implement both
Connection.isReadOnly
andConnection.setReadOnly
methods.We need at least Tarantool DB support for that. It seems it should be implemented as part of transaction support how it has already done in Postgres (docs).
For instance, Postgres driver executes
SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY
when a read-only flag is set.The text was updated successfully, but these errors were encountered: