[hibernate-commits] [hibernate/hibernate-orm] 92f194: HHH-10603 Avoid doing distinct and comparisons on ...

GitHub noreply at github.com
Wed Aug 1 05:45:03 EDT 2018


  Branch: refs/heads/5.3
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 92f194f2912f13c6a0c4ab1e32253162b654c174
      https://github.com/hibernate/hibernate-orm/commit/92f194f2912f13c6a0c4ab1e32253162b654c174
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/MultiTypedBasicAttributesEntity.java
    M hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/ParameterTest.java
    M hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/basic/PredicateTest.java
    M hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/paths/ImplicitJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/paths/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/paths/Order.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java

  Log Message:
  -----------
  HHH-10603 Avoid doing distinct and comparisons on byte arrays

They are stored as blobs starting with Oracle12cDialect and distinct and
comparisons on blobs are not supported.

Some tests were adapted, some are now skipped with Oracle12cDialect.


  Commit: 98f46d64e7cca185af10d9630a39a629d44814ab
      https://github.com/hibernate/hibernate-orm/commit/98f46d64e7cca185af10d9630a39a629d44814ab
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle12cDialect.java

  Log Message:
  -----------
  HHH-12848 Restore the original Oracle LimitHandler

Oracle does not support using the SQL 2008 standard limit handler with
FOR UPDATE clauses. Thus we need to get back to the old limit handler.


  Commit: 0d224e45d62543677e3c31202d207954172699a8
      https://github.com/hibernate/hibernate-orm/commit/0d224e45d62543677e3c31202d207954172699a8
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/BatchFetchQueueHelper.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/City.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/PaddedBatchFetchTestCase.java

  Log Message:
  -----------
  HHH-12835 Fix an incorrect assertion in BatchFetchQueueHelper


  Commit: 5d5cfe82ef259686239c47f57f082d9bbba4d339
      https://github.com/hibernate/hibernate-orm/commit/5d5cfe82ef259686239c47f57f082d9bbba4d339
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/EhcacheRegionFactory.java
    A hibernate-ehcache/src/test/java/org/hibernate/cache/ehcache/test/SingletonEhCacheRegionFactoryClasspathConfigurationFileTest.java
    A hibernate-ehcache/src/test/resources/hibernate-config/ehcache-configuration.xml

  Log Message:
  -----------
  HHH-12869 Do not check the cacheManager is not null when creating it


Compare: https://github.com/hibernate/hibernate-orm/compare/6b679c886081...5d5cfe82ef25
      **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