[midPoint-git] [Evolveum/midpoint] 152334: repo-sqale: better real/native support for read-on...
virgo47
noreply at github.com
Thu Jun 17 16:44:32 CEST 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 152334f147ad2ceb2e85f2ae93bfcb9503f94b18
https://github.com/Evolveum/midpoint/commit/152334f147ad2ceb2e85f2ae93bfcb9503f94b18
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryConfiguration.java
M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/JdbcRepositoryConfiguration.java
M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/JdbcSession.java
Log Message:
-----------
repo-sqale: better real/native support for read-only transactions for PG
SQLConnection.setReadOnly(true) when JdbcSession starts read-only trn.
This can only be used when no transaction is in progress.
This does not affect old repo where we don't want to collide with
Hibernate management on the connection.
More information about the midPoint-svn
mailing list