[hibernate-commits] [hibernate/hibernate-orm] f89e82: HHH-8944 - ColumnTransformer handling is too aggre...

GitHub noreply at github.com
Tue Apr 17 07:43:54 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: f89e82a020202604d168fdd893b7e7be6b8b50d2
      https://github.com/hibernate/hibernate-orm/commit/f89e82a020202604d168fdd893b7e7be6b8b50d2
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java

  Log Message:
  -----------
  HHH-8944 - ColumnTransformer handling is too aggressive in qualifying "column names"

Limited to H2 because getting a good expression to use for `Staff#kooky` that works on all databases is challenging and really what happens on the "database side" here is not relevant - the issue being tested is how Hibernate applies the table aliases to column references in the expression.




More information about the hibernate-commits mailing list