- 13 Oct, 2009 1 commit
-
-
romanb authored
-
- 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 2 commits
-
-
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.
-
- 06 Aug, 2009 3 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 05 Aug, 2009 2 commits
-
-
romanb authored
-
guilhermeblanco authored
-
- 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.
-
- 28 Jul, 2009 1 commit
-
-
piccoloprincipe authored
[2.0] completed implementation of lazy loading for Collections. Created debug helper class. Fixed default for orderBy clause to ASC
-
- 19 Jul, 2009 1 commit
-
-
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
-
- 30 Jun, 2009 1 commit
-
-
romanb authored
-
- 23 Jun, 2009 1 commit
-
-
romanb authored
[2.0] Implemented DQL bulk UPDATE support for Class Table Inheritance. Corrections to MultiTableDeleteExecutor and SqlWalker. DQL bulk UPDATE support not yet fully complete.
-
- 20 Jun, 2009 2 commits
- 14 Jun, 2009 1 commit
-
-
romanb authored
-
- 02 Jun, 2009 1 commit
-
-
piccoloprincipe authored
-
- 28 May, 2009 1 commit
-
-
romanb authored
-
- 26 May, 2009 1 commit
-
-
romanb authored
-
- 24 May, 2009 1 commit
-
-
romanb authored
-
- 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.
-
- 28 Mar, 2009 1 commit
-
-
romanb authored
-
- 23 Mar, 2009 2 commits
-
-
romanb authored
-
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
-
- 20 Feb, 2009 1 commit
-
-
jwage authored
-
- 19 Feb, 2009 1 commit
-
-
jwage 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.
-
- 16 Jan, 2009 1 commit
-
-
guilhermeblanco authored
-
- 15 Jan, 2009 1 commit
-
-
guilhermeblanco authored
Implemented new classes. Fixed a couple of issues around the road.
-