forked from dork/tarantool-java
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Milestone
Description
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.