Guys,
I’d
like to slightly change how the new parser handles a couple of exotic
(redundant) constructs. Basically, what I want, is that the first phase
of
parsing produces a HQL AST with a much simpler canonical form, with
less Kinds
of Things. So, for example:
So
far, so
good, I already managed to implement this in hql.g, it was
straightforward. But
I also want:
And
now I
gotta problem. Trouble is that it seems quite difficult to stick new
join
clauses onto the from clause, when we discover stuff further down the
tree. Can
this
even be done? -- Gavin King +61 410 534 454 +1 404 822 8349 callto://gavinking Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com -- Gavin King +61 410 534 454 +1 404 822 8349 callto://gavinking Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com |
- [Hibernate] New query parser Gavin King
- RE: [Hibernate] New query parser Joshua Davis
- [Hibernate] mutli-threaded single tx access? Bill Burke
- Re: [Hibernate] mutli-threaded single tx acce... Max Rydahl Andersen
- RE: [Hibernate] New query parser dchannon
- Re: [Hibernate] New query parser Gavin King