Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1706141ffc154c1b61e304445a603ebf9a3e0a2e
https://github.com/hibernate/hibernate-orm/commit/1706141ffc154c1b61e3044...
Author: gavinking <gavin(a)ceylon-lang.org>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
Log Message:
-----------
H2 supports 'true' and 'false' boolean literals
Commit: 5401f4fcfd038e525c4b35d3127f3deee09e1945
https://github.com/hibernate/hibernate-orm/commit/5401f4fcfd038e525c4b35d...
Author: gavinking <gavin(a)ceylon-lang.org>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/internal/JdbcLiteralFormatterBoolean.java
Log Message:
-----------
Fix rendering of boolean literals on Oracle, SQL Server and possibly others
These databases do not understand 'true' and 'false' but that's what
we
generated for a boolean literal in the HQL.
Compare:
https://github.com/hibernate/hibernate-orm/compare/398dcfffeb97...5401f4f...