- 04 Nov, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] More refactorings in Annotations parser and DQL parser. Now they only use constants instead of string processment
-
- 15 Oct, 2009 1 commit
-
-
romanb authored
[2.0][DDC-49][DDC-50][DDC-33] Fixed DDC-49 and DDC-50. Also addressed DDC-33. Various other small changes and fixes. For problems with proxy objects please refer to the updated documentation.
-
- 13 Oct, 2009 1 commit
-
-
romanb authored
-
- 13 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase.
-
- 05 Aug, 2009 1 commit
-
-
romanb authored
-
- 04 Aug, 2009 1 commit
-
-
romanb authored
-
- 22 Jul, 2009 2 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
[2.0] Finished reorganization of grammar rules in DQL parser source code. Renamed some private methods.
-
- 21 Jul, 2009 2 commits
-
-
romanb authored
-
guilhermeblanco authored
-
- 18 Jul, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Changes in DQL grammar for optimization purposes. Implemented new DQL grammar rules and did a couple of TODOs
-
- 16 Jul, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Updated semantical error to display token and text close to the found error. Some cosmetics applied.
-
- 14 Jun, 2009 1 commit
-
-
romanb authored
-
- 24 May, 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
- 19 Mar, 2009 1 commit
-
-
romanb authored
-
- 16 Mar, 2009 1 commit
-
-
romanb authored
-
- 14 Mar, 2009 1 commit
-
-
romanb authored
-
- 18 Feb, 2009 2 commits
- 22 Jan, 2009 1 commit
-
-
romanb authored
-
- 07 Sep, 2008 1 commit
-
-
romanb authored
-
- 31 Aug, 2008 1 commit
-
-
romanb authored
-
- 15 Jun, 2008 1 commit
-
-
romanb authored
Added getters to AST. Removed Production::__call. Added visitor support to AST. (guilherme: dont shoot me yet :-). visitor support doesnt hurt even if we do not use it for SQL generation). Lots of other things.
-
- 05 Jun, 2008 1 commit
-
-
romanb authored
Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction.
-
- 28 May, 2008 1 commit
-
-
guilhermeblanco authored
-
- 27 May, 2008 2 commits
-
-
guilhermeblanco authored
Changed Doctrine_Query to accept a Doctrine_EntityManager instead of a Doctrine_Connection. Updated Doctrine_EntityManager. Updated test cases and included one new passing test case for SELECT generation. Fixed whitespace bug in DELETE and UPDATE statements.
-
guilhermeblanco authored
Finished first parts of SELECT support. Two test cases added and passing. Introduced the concept of DCTRN in queryComponent. Added concept of queryField, which validates for already defined fields in SELECT.
-
- 24 May, 2008 3 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
romanb authored
-