- 21 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-338 - Changed DQL Parser to comply with ordered collections when they are fetch joined (OMG, thanks to roman and guilherme for the detailed discussion on how to implement this)
-
- 20 Feb, 2010 1 commit
-
-
romanb authored
-
- 19 Feb, 2010 1 commit
-
-
romanb authored
-
- 14 Feb, 2010 3 commits
-
-
beberlei authored
[2.0] DDC-330 - Fix SIZE(collectionValueExpression) using a COUNT(field) to COUNT(*) because in many to many scenarios and with several join columns a COUNT(fieldA, fieldB) would have been generated, which is not valid sql.
-
beberlei authored
[2.0] DOCS - Example on using multiple entities in FROM clause, added test for this sql generation also, since it seems this was untested before.
-
beberlei authored
[2.0] DDC-135 DDC-177 Implement missing WITH clause, disallow use of ON clause by throwing an exception
-
- 11 Feb, 2010 1 commit
-
-
beberlei authored
-
- 10 Feb, 2010 1 commit
-
-
guilhermeblanco authored
-
- 09 Feb, 2010 1 commit
-
-
romanb authored
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
-
- 04 Jan, 2010 1 commit
-
-
guilhermeblanco authored
-
- 31 Dec, 2009 2 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 27 Dec, 2009 3 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
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.
-
- 06 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] Fix Tab Formating in ParserResult class, added doc-comments and fixed a missing variable initialization error for certain query special cases.
-
- 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
-
- 22 Oct, 2009 1 commit
-
-
romanb authored
[2.0] Fixed some known issues with inheritance, especially class table inheritance, like join columns not being selected.
-
- 15 Oct, 2009 2 commits
- 13 Oct, 2009 1 commit
-
-
romanb authored
-
- 12 Oct, 2009 1 commit
-
-
jwage 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.
-
- 08 Sep, 2009 1 commit
-
-
jwage authored
-
- 20 Aug, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] Refactored pieces of QueryBuilder, it does not use string concatenation anymore. Splitted from into from and join, allowing update and delete DQLs to be correctly built. Added missing entry set. Removed Expr\Having because it was useless. Updated docs.
-
- 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 1 commit
-
-
romanb authored
[2.0] More preparations to fix character casing issue. Reverted and completed ConditionalPrimary parsing and added more tests for this.
-
- 14 Aug, 2009 3 commits
-
-
guilhermeblanco authored
[2.0] Fixed issue with functions accepting subqueries. Implemented missing Expr\Join class. Added Expr::*join helper functions.
-
guilhermeblanco authored
-
guilhermeblanco 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 2 commits
-
-
guilhermeblanco authored
-
romanb authored
-
- 04 Aug, 2009 1 commit
-
-
romanb authored
-
- 28 Jul, 2009 2 commits
-
-
romanb authored
-
piccoloprincipe authored
[2.0] completed implementation of lazy loading for Collections. Created debug helper class. Fixed default for orderBy clause to ASC
-
- 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 1 commit
-
-
romanb authored
-