Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: bb10a8ce278c858d11b6315494bb233861a71959
https://github.com/hibernate/hibernate-orm/commit/bb10a8ce278c858d11b6315...
Author: gavinking <gavin(a)ceylon-lang.org>
Date: 2020-02-09 (Sun, 09 Feb 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
Log Message:
-----------
As suggested by @romainmoreau and @aklish, use 'cascade' in H2 1.4.200+
See
https://github.com/hibernate/hibernate-orm/pull/3093
Also fix up some confusing/wrong handling of H2 version numbers and
delete some obsolete commented code.