Re: [hibernate-dev] SQM interpretation in my antlr-4-poc repo

2015-09-23 Thread Steve Ebersole
I went back and looked into UPDATE queries.. there are actually some basic tests. See org.hibernate.test.query.parser.hql.dml.BasicUpdateTests. On Wed, Sep 23, 2015 at 9:54 AM Steve Ebersole wrote: > Gunnar, to answer your "what should I work on?" question... there are lots > of things still n

Re: [hibernate-dev] SQM interpretation in my antlr-4-poc repo

2015-09-23 Thread Steve Ebersole
Gunnar, to answer your "what should I work on?" question... there are lots of things still not supported and/or tested. At a high level... * UPDATE queries - are pretty much set in the grammar and SQM, but I do not remember writing any tests for those * INSERT queries[1] - I have not worked on im

[hibernate-dev] SQM interpretation in my antlr-4-poc repo

2015-09-21 Thread Steve Ebersole
Just a heads up that I finally got enough traction in this work towards building a "SQL AST" to warrant a push upstream. The majority of time has been trying to think through the best tree structure for modeling from clauses especially in regards to entity/collection persisters that map across mul