Re: [hibernate-dev] Extended KEY expression support

2017-01-28 Thread Christian Beikov
I created an issue for this feature: https://hibernate.atlassian.net/browse/HHH-11433 If we agree to render "domain joins" that involve multiple tables with the ANSI SQL parenthesis join syntax, we can actually even "ignore" the join types for key and value tables. That would make things like

Re: [hibernate-dev] Query#iterate

2017-01-28 Thread Chris Cranford
+1 to remove as well On 01/27/2017 01:50 PM, Sanne Grinovero wrote: > +1 to remove > > On 27 January 2017 at 18:34, Vlad Mihalcea wrote: >> I'm for removing it even if it didn't complicate the query parser. >> >> Vlad >> >> On Fri, Jan 27, 2017 at 8:26 PM, Steve Ebersole wrote: >> >>> Because t

Re: [hibernate-dev] Extended KEY expression support

2017-01-28 Thread Chris Cranford
My thoughts On 01/28/2017 06:00 AM, Christian Beikov wrote: > I created an issue for this feature: > https://hibernate.atlassian.net/browse/HHH-11433 > > > Am 27.01.2017 um 23:58 schrieb Steve Ebersole >> I personally would vote to *not* make this change in 5.x even in terms >> of making it c

Re: [hibernate-dev] Query#iterate

2017-01-28 Thread andrea boriero
+1 to remove On 28 Jan 2017 20:44, "Chris Cranford" wrote: > +1 to remove as well > > > On 01/27/2017 01:50 PM, Sanne Grinovero wrote: > > +1 to remove > > > > On 27 January 2017 at 18:34, Vlad Mihalcea > wrote: > >> I'm for removing it even if it didn't complicate the query parser. > >> > >> V