Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: ae07a8b79175eef1ceea1f22b223104943a4cff5
https://github.com/hibernate/hibernate-orm/commit/ae07a8b79175eef1ceea1f2...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
Log Message:
-----------
clean up @SuppressWarnings annotation on Dialect
Commit: 12a31ef4389e9f63ace766b4f349dcab99f01599
https://github.com/hibernate/hibernate-orm/commit/12a31ef4389e9f63ace766b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
Log Message:
-----------
DB2 support 'skip locked data' on DB2
For HHH-14210
Commit: 852786d984d84c3a49b271698022d3b5ad7cc6ad
https://github.com/hibernate/hibernate-orm/commit/852786d984d84c3a49b2716...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/IngresDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/RDMSOS2200Dialect.java
Log Message:
-----------
Ingres and RDMS don't actually support FOR UPDATE
At least not in SELECT statements. They do support it
in DECLARE CURSOR, which is perhaps where the confusion
arose?
Related to HHH-14210
Commit: dc0cabad5d382668e68ee2c96be03899465d4e4f
https://github.com/hibernate/hibernate-orm/commit/dc0cabad5d382668e68ee2c...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
Log Message:
-----------
Fix incorrect Javadoc on Dialect.forUpdateOfColumns()
Related to HHH-14210
Commit: 64338f2bf19f1c1220ccb9e348ce6dae56ca8df6
https://github.com/hibernate/hibernate-orm/commit/64338f2bf19f1c1220ccb9e...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
Log Message:
-----------
Add support for shared locks to DB2Dialect
For HHH-14210
Commit: c7dd682257a3a8cad27035803fc32d78ba5fc88a
https://github.com/hibernate/hibernate-orm/commit/c7dd682257a3a8cad270358...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/dialect/unit/locktimeout/DB2LockTimeoutTest.java
Log Message:
-----------
Add test for HHH-14210
Compare:
https://github.com/hibernate/hibernate-orm/compare/b155b12f4355...c7dd682...