[hibernate-commits] [hibernate/hibernate-orm] 7975de: Fix missing parenthesis around composite propertie...

GitHub noreply at github.com
Wed Dec 16 06:18:37 EST 2015


  Branch: refs/heads/5.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 7975dead95308c582be70c34d8b46077a17f9fc4
      https://github.com/hibernate/hibernate-orm/commit/7975dead95308c582be70c34d8b46077a17f9fc4
  Author: Eskil Bylund <eskil at vidispine.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M hibernate-core/src/main/antlr/hql-sql.g
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/CompositeId.java
    A hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/CompositeIdRowValueTest.java

  Log Message:
  -----------
  Fix missing parenthesis around composite properties in WHERE clauses

The currentClauseType field would not be correct if the query contained a
subquery.

Signed-off-by: Andrea Boriero <andrea at hibernate.org>




More information about the hibernate-commits mailing list