- 05 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
-
- 03 Mar, 2010 1 commit
-
-
guilhermeblanco authored
-
- 01 Mar, 2010 2 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
[2.0][DDC-265] Partial support to inheritanceType in AnnotationExporter. Still needs to add the discriminator column.
-
- 26 Feb, 2010 1 commit
-
-
jwage authored
-
- 20 Feb, 2010 1 commit
-
-
romanb authored
-
- 19 Feb, 2010 1 commit
-
-
romanb authored
-
- 07 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] Fix casing bug in Parser - IfFunction checks lower-case the function name, but register methods don't.
-
- 31 Dec, 2009 4 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 27 Dec, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Refactorings in DQL parser to allow more granular enhancements scheduled for later versions. Fixed issues with missing validations of invalid ResultVariable, Unknown query components and Re-declaration of query compoenents.
-
- 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
-
- 03 Nov, 2009 1 commit
-
-
guilhermeblanco authored
-
- 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
-
- 11 Sep, 2009 1 commit
-
-
romanb authored
[2.0] Refactored classloader architecture. Renamed ClassLoader => GlobalClassLoader. Introduced IsolatedClassLoader that is suitable for participating in autoload stacks. Added 2 example entity classes to the sandbox with 2 xml mappings and 2 yaml mappings. Simplified sandbox setup.
-
- 17 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Applied fixes for character casing issues. Simplified inheritance mapping and improved handling of outer joins in Class Table Inheritance.
-
- 16 Aug, 2009 2 commits
- 13 Aug, 2009 2 commits
-
-
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.
-
guilhermeblanco authored
[2.0] Some code reordering, changes. Removed classMetadata from RangeVariableDeclaration, since it is against AST concept.
-
- 11 Aug, 2009 3 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
romanb authored
[2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak.
-
- 07 Aug, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Some Annotations parser docblocks, optimizations, etc. Fixed wrong syntax error token report in DQL parser
-
- 06 Aug, 2009 2 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 05 Aug, 2009 3 commits
-
-
guilhermeblanco authored
[2.0] Fixed warning in semantical error reporting (strpos with length over dql length). Fixed wrong grammar rule. Fixed wrong token position on semantical error reporting. Added more semantical checks in UpdateItem
-
romanb authored
-
guilhermeblanco authored
-
- 04 Aug, 2009 5 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
[2.0] Changed structure of creation of SqlWalkers in DQL Parser. They are now strings instead of instances of dummy classes. Implemented nesting level check for ResultVariable
-
romanb authored
-
guilhermeblanco authored
[2.0] InputParameter removed from Literal, since it's not actually a literal value. Changed grammar rules to accomodate this decouple
-
guilhermeblanco authored
-
- 01 Aug, 2009 1 commit
-
-
guilhermeblanco authored
-
- 31 Jul, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] More work on DQL parser of Doctrine 2.0. More semantical checks included. Missing scope checking of ResultVariable (SELECT and Sub-SELECT differences). Removed invalid grammar rules.
-
- 30 Jul, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Implemented more TODO items in DQL Parser. Optimized PathExpression. Changed wrong grammar rule name in EBNF.
-