- 14 Jun, 2009 1 commit
-
-
romanb authored
-
- 30 May, 2009 1 commit
-
-
romanb authored
-
- 29 May, 2009 1 commit
-
-
romanb authored
[2.0] Changed identifier quoting strategy to something simpler. Dropped Doctrine prefix from annotations.
-
- 26 May, 2009 1 commit
-
-
romanb authored
-
- 21 May, 2009 2 commits
- 17 May, 2009 2 commits
- 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.
-
- 07 May, 2009 1 commit
-
-
romanb authored
-
- 03 May, 2009 2 commits
- 12 Apr, 2009 1 commit
-
-
romanb authored
[2.0] Moved code between Query and AbstractQuery. Added first NativeQuery implementation. Hydration work and code movements for discriminator column usage. Started implementing Single Table Inheritance.
-
- 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).
-
- 03 Apr, 2009 1 commit
-
-
romanb authored
-
- 28 Mar, 2009 1 commit
-
-
romanb authored
-
- 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.
-
- 21 Mar, 2009 2 commits
- 20 Mar, 2009 1 commit
-
-
romanb authored
-
- 19 Mar, 2009 1 commit
-
-
romanb authored
-
- 20 Feb, 2009 1 commit
-
-
jwage authored
-
- 19 Feb, 2009 1 commit
-
-
jwage authored
-
- 18 Feb, 2009 1 commit
-
-
romanb authored
-
- 17 Feb, 2009 1 commit
-
-
romanb authored
-
- 05 Feb, 2009 1 commit
-
-
romanb 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.
-