[hibernate-commits] [hibernate/hibernate-orm] 170614: H2 supports 'true' and 'false' boolean literals

Gavin King noreply at github.com
Tue Feb 4 07:53:47 EST 2020


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 1706141ffc154c1b61e304445a603ebf9a3e0a2e
      https://github.com/hibernate/hibernate-orm/commit/1706141ffc154c1b61e304445a603ebf9a3e0a2e
  Author: gavinking <gavin at 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/5401f4fcfd038e525c4b35d3127f3deee09e1945
  Author: gavinking <gavin at 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...5401f4fcfd03


More information about the hibernate-commits mailing list