- 09 Jul, 2009 1 commit
-
-
jwage authored
-
- 15 Jun, 2009 1 commit
-
-
romanb authored
-
- 09 Apr, 2009 1 commit
-
-
romanb authored
[2.0] Refactored SQL query building process and hydration. Hydration should now support result sets with any number of root components. Introducing ResultSetMapping that is used by hydration instead of queryComponents. This allows mapping of arbitrary SQL queries (NativeQuery).
-
- 21 Mar, 2009 1 commit
-
-
romanb authored
-
- 20 Mar, 2009 2 commits
- 18 Feb, 2009 2 commits
- 24 Jan, 2009 1 commit
-
-
romanb 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.
-
- 23 Sep, 2008 1 commit
-
-
guilhermeblanco authored
Fixed paths that were referring wrong namespace resolution. Implemented more Parser and AST classes: JoinVariableDeclaration and Join. Fixed wrong semantical checks of IndexBy grammar rule. They should be in IdentificationVariableDeclaration and JoinVariableDeclaration.
-
- 12 Sep, 2008 1 commit
-
-
guilhermeblanco authored
Started refactoring in DQL parser to separate Production into Parser and AST classes. Finished first tests. Currently only 4 are active in IdentifierRecognitionTest, and only 2 are passing.
-
- 24 May, 2008 1 commit
-
-
romanb authored
-