[hibernate-commits] [hibernate/hibernate-orm] cac2cd: Uncomment MariaDB dialect in gradle/databases.grad...

GitHub noreply at github.com
Mon Aug 13 18:55:24 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: cac2cd057b6815cdbd5fb9e7ce7be59d62b51925
      https://github.com/hibernate/hibernate-orm/commit/cac2cd057b6815cdbd5fb9e7ce7be59d62b51925
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M gradle/databases.gradle

  Log Message:
  -----------
  Uncomment MariaDB dialect in gradle/databases.gradle

I don't know why it has been commmented out but it prevents from running
the tests with -Pdb=mariadb as no dialect is defined.


  Commit: 8e6fcce523698018a1e9952a8cf3a78485458ac7
      https://github.com/hibernate/hibernate-orm/commit/8e6fcce523698018a1e9952a8cf3a78485458ac7
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/procedure/internal/ParameterBindImpl.java
    M hibernate-core/src/test/java/org/hibernate/test/procedure/MySQLStoredProcedureTest.java
    M hibernate-core/src/test/java/org/hibernate/test/procedure/PostgreSQLStoredProcedureTest.java

  Log Message:
  -----------
  HHH-12905 Improve the error message and update the tests accordingly

Also fix a loose end in the MySQL test: at least with MariaDB, using
a bit(1) as datatype for boolean does not work: it always return true
even if you set it to 0. Using either boolean or tinyint(1) solves
the issue.

As I'm not sure older versions of MySQL supports a real boolean type I
used a tinyint(1).


Compare: https://github.com/hibernate/hibernate-orm/compare/764b1826bbdf...8e6fcce52369
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list