Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: c4ee4b1033accea25fe6589dc17d43a26cb99c4d
https://github.com/hibernate/hibernate-orm/commit/c4ee4b1033accea25fe6589...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
Log Message:
-----------
HHH-14203 DB2 requires the restrict keyword to drop the schema
The 'restrict' keyword is required on DB2.