- 13 Aug, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Some code reordering, changes. Removed classMetadata from RangeVariableDeclaration, since it is against AST concept.
-
- 06 Aug, 2009 1 commit
-
-
guilhermeblanco authored
-
- 23 Jun, 2009 1 commit
-
-
romanb authored
[2.0] Implemented DQL bulk UPDATE support for Class Table Inheritance. Corrections to MultiTableDeleteExecutor and SqlWalker. DQL bulk UPDATE support not yet fully complete.
-
- 02 Jun, 2009 1 commit
-
-
piccoloprincipe authored
-
- 14 May, 2009 1 commit
-
-
romanb authored
[2.0] Fixed issues discovered during code coverage report generation. Made all ClassMetadata properties public (good reasons, read the class docblock). Performance improvements.
-
- 23 Mar, 2009 1 commit
-
-
romanb authored
[2.0] Parser work. Added double-dispatch functionality to AST node classes for use in the SqlWalker to reduce big if/else instanceof checks and for better maintainability. Also its less error-prone in the SqlWalker because its harder to miss a conditional case. Added new extensible DQL function implementation.
-
- 20 Feb, 2009 1 commit
-
-
jwage authored
-
- 22 Jan, 2009 1 commit
-
-
romanb authored
-
- 19 Jan, 2009 1 commit
-
-
romanb authored
DQL Parser work. Getting some first tests back running. Reorganizing all parser rules into the Parser itself.
-
- 15 Jan, 2009 1 commit
-
-
guilhermeblanco authored
Implemented new classes. Fixed a couple of issues around the road.
-
- 23 Sep, 2008 1 commit
-
-
guilhermeblanco authored
-