[hibernate-commits] [hibernate/hibernate-orm] 61c66f: HHH-8850 - fixed ex. when calling addScalar to Nam...

GitHub noreply at github.com
Thu Jan 16 01:26:13 EST 2014


  Branch: refs/heads/4.3
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 61c66f1d2cc7f29bcbc13e544b0a04e603a07543
      https://github.com/hibernate/hibernate-orm/commit/61c66f1d2cc7f29bcbc13e544b0a04e603a07543
  Author: Henrik Hoffmann <henrikdeluxe at aol.com>
  Date:   2014-01-15 (Wed, 15 Jan 2014)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java

  Log Message:
  -----------
  HHH-8850 - fixed ex. when calling addScalar to NamedSQLQuery

changed list instanciation from java.util.Arrays.ArrayList to
java.util.ArrayList when creating SQLQueryImpl from an
NamedSQLQueryDefinition.

added testcase




More information about the hibernate-commits mailing list