- 28 Mar, 2009 1 commit
-
-
romanb authored
-
- 23 Mar, 2009 2 commits
-
-
romanb authored
-
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.
-
- 21 Mar, 2009 2 commits
- 19 Mar, 2009 1 commit
-
-
romanb authored
-
- 16 Mar, 2009 1 commit
-
-
romanb authored
-
- 14 Mar, 2009 1 commit
-
-
romanb authored
-
- 20 Feb, 2009 1 commit
-
-
jwage authored
-
- 19 Feb, 2009 1 commit
-
-
jwage authored
-
- 22 Jan, 2009 1 commit
-
-
romanb authored
-
- 21 Jan, 2009 1 commit
-
-
romanb authored
[2.0] More progress on the DQL parser. Added glimpse() method for the scanner/lexer that is equivalent to peek() immediately followed by resetPeek().
-
- 20 Jan, 2009 1 commit
-
-
romanb authored
More DQL parser work. First basic WHERE conditions. Changed scanner according to new positional parameter syntax (?<number>)
-
- 19 Jan, 2009 1 commit
-
-
romanb authored
DQL Parser work. Getting some first tests back running. Reorganizing all parser rules into the Parser itself.
-
- 16 Jan, 2009 1 commit
-
-
guilhermeblanco authored
-
- 15 Jan, 2009 1 commit
-
-
guilhermeblanco authored
Implemented new classes. Fixed a couple of issues around the road.
-
- 14 Jan, 2009 1 commit
-
-
guilhermeblanco authored
Fixes Strict error on EntityPersisterMock.
-
- 23 Sep, 2008 1 commit
-
-
guilhermeblanco authored
-