Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 82d5d07750b2556d8ad8f8aea6a123a1dae14f2d
https://github.com/hibernate/hibernate-orm/commit/82d5d07750b2556d8ad8f8a...
Author: Hendrik Schreiber <hs(a)tagtraum.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SQLiteDialect.java
Log Message:
-----------
HHH-17245 Better conform to SQLite/Xerial driver limitations.
Added getAlterTableToAddUniqueKeyCommand(), which always returns "",
because SQLite does not support unique constraints in ALTER TABLE
statements (see here).
Added getDefaultUseGetGeneratedKey(), which always returns false, as the
Xerial driver does support GET_GENERATED_KEYS.
Commit: 9db13eed69797213c186447efa15c55be7518714
https://github.com/hibernate/hibernate-orm/commit/9db13eed69797213c186447...
Author: Hendrik Schreiber <hs(a)tagtraum.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SQLiteDialect.java
Log Message:
-----------
HHH-17245 Removed author tag for Vlad Mihalcea, as he is not one of the authors of this
class.
See
https://github.com/hibernate/hibernate-orm/pull/7363#issuecomment-1732135727
Compare:
https://github.com/hibernate/hibernate-orm/compare/59d254cae1cd...9db13ee...