Skip to content

jdbc: Support read only connection #176

Open
@nicktorwald

Description

@nicktorwald

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedNot ready to be implementedjdbc

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions