|
Attached the test case project HH1650.tar.xz I could not recover the original test case so created a new one. This does pass with hibernate 4.3.5.Final, the query generated has comma (correct): 1465 [main] DEBUG org.hibernate.SQL - select this_.id1 as id1_1_1_, this_.id2 as id2_1_1_, this_.number as number3_1_1_, x1_.id1 as id1_0_0_, x1_.id2 as id2_0_0_, x1_.name as name3_0_0_ from XPoint this_ inner join X x1_ on this_.id1=x1_.id1 and this_.id2=x1_.id2 where this_.number=? and x1_.name=? I guess the issue is fixed
|