hibernate-orm/hibernate-envers/src
Sanne Grinovero e170eb33d1 HHH-16228 Dialect instance might be wrapped when doing instanceof checks for capabilities
To properly support the idea of wrapping the Dialect, we need
to take this into account whenever an `instanceof` is used
to check for Dialect capabilities.
Also some code is casting to the expected Dialect.
2023-02-27 22:52:43 +00:00
..
demo Get rid of MVCC JDBC connection parameter 2022-03-24 09:15:11 +01:00
main HHH-16228 Dialect instance might be wrapped when doing instanceof checks for capabilities 2023-02-27 22:52:43 +00:00
test HHH-16031 @ManyToMany with @JoinTable(inverseColumn = ...) and SortedSet may results in data loss 2023-01-24 10:49:31 +01:00
test_legacy/org/hibernate/envers/test/integration/basic Re-enable envers test 2021-04-08 18:04:35 +02:00