[hibernate-commits] [hibernate/hibernate-orm] ac3f29: HHH-10183 - Mapping for NVARCHAR in SqlServer not ...

GitHub noreply at github.com
Mon May 22 16:54:58 EDT 2017


  Branch: refs/heads/5.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: ac3f296bc4ac5d38595397fb58570be4632782a6
      https://github.com/hibernate/hibernate-orm/commit/ac3f296bc4ac5d38595397fb58570be4632782a6
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/criterion/NationalizedIgnoreCaseTest.java
    A hibernate-core/src/test/java/org/hibernate/test/scalar/NationalizedScalarQueryTest.java

  Log Message:
  -----------
  HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9

Add replicating test case

(cherry picked from commit 2a441d7f2dd3cff97210cb0654f75985d12d99d8)

HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9

Restrict test case for SQL Server only

(cherry picked from commit 22548f11271e87b647dfbe3412e9c5b95846d334)

HHH-10183 - Fix tests to work pre-5.2

(cherry picked from commit 29bb4e3b2f7dcc1483f2fa39bb9bb977fde4307a)


  Commit: 9f57935d7fa651347a5ed0a8a8f3ef53c9fff9a2
      https://github.com/hibernate/hibernate-orm/commit/9f57935d7fa651347a5ed0a8a8f3ef53c9fff9a2
  Author: Max Tian <max.tian.23 at gmail.com>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
    M hibernate-core/src/main/java/org/hibernate/type/StandardBasicTypes.java
    M hibernate-core/src/test/java/org/hibernate/test/scalar/NationalizedScalarQueryTest.java

  Log Message:
  -----------
  HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9

(cherry picked from commit 0693b542569664ee148068a24b299ae1b040ddc0)


Compare: https://github.com/hibernate/hibernate-orm/compare/6b4fcfbc419f...9f57935d7fa6


More information about the hibernate-commits mailing list