Hi all,
Got a bit further over the past two weeks in my AST based
HQL parser. Here's where I am so far:
* Refactored QueryTranslator into an interface so I can
compare the existing implementation to the new one.
* Made a simple unit test along with a decorator that runs
unit tests with the old and new implementations of
QueryTranslator.
* Implemented a basic query translator on top of the AST
based HQL parser / SQL generator.
I'll send another message when the first unit test acutally
passes. :)
Josh
[EMAIL PROTECTED]