RE: [JBoss-dev] New EJB-QL compiler (ORDER BY and DynamicQL)

2002-02-27 Thread marc fleury
very cool dain very cool marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Dain |Sundstrom |Sent: Tuesday, February 26, 2002 7:10 PM |To: JBoss-dev; JBoss-user |Subject: [JBoss-dev] New EJB-QL compiler (ORDER BY and DynamicQL) | | |The new EJB-QL

[JBoss-dev] New EJB-QL compiler (ORDER BY and DynamicQL)

2002-02-26 Thread Dain Sundstrom
The new EJB-QL compiler is finished and checked in tip. The new compiler is a complete rewrite in JavaCC, and is much faster, easier to maintain, and has error messages. I was surprised by the number of errors I found in the old parser. You guys haven't been pushing the engine enough, so to

Re: [JBoss-dev] New EJB-QL compiler (ORDER BY and DynamicQL)

2002-02-26 Thread Dain Sundstrom
Adam Heath wrote: On Tue, 26 Feb 2002, Dain Sundstrom wrote: dynamic-ql: The new compiler is eye-blink fast, so I added a new query type dynamic-ql. With dynamic-ql you can generate a JBossQL query and pass it along with the parameters to the engine to be compiled and execute at runtime.