[hibernate-dev] SQM - new single phase interpretation of HQL/JPQL

2016-03-01 Thread Steve Ebersole
Today Andrea and I spent the day investigating interpreting of HQL/JPQL into SQM in just a single phase as opposed to the previous 2-phase approach (all FromClauses as first phase, and then the rest of statements as second). Andrea had the idea to try this again (both he and I tried previously), a

Re: [hibernate-dev] SQM - new single phase interpretation of HQL/JPQL

2016-03-01 Thread Sanne Grinovero
Awesome news! Thanks for letting us know. On 1 March 2016 at 21:16, Steve Ebersole wrote: > Today Andrea and I spent the day investigating interpreting of HQL/JPQL > into SQM in just a single phase as opposed to the previous 2-phase approach > (all FromClauses as first phase, and then the rest of

Re: [hibernate-dev] SQM - new single phase interpretation of HQL/JPQL

2016-03-01 Thread Vlad Mihalcea
Once we integrate it, we should write a blog post about it to present the new AST parser capabilities. Vlad On Tue, Mar 1, 2016 at 11:37 PM, Sanne Grinovero wrote: > Awesome news! Thanks for letting us know. > > On 1 March 2016 at 21:16, Steve Ebersole wrote: > > Today Andrea and I spent the d