1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/lib/Doctrine/Query
romanb 156cfd4a27 Introduced a separation of the 2 concerns: 1) Query construction 2) Result hydration.
Makes it easier to see the dependencies between these two concerns, cache the results of the query parsing process later on, implement & use alternative hydrators to experiment with different algorithms etc. etc.
Other small refactorings.
2007-11-20 14:26:42 +00:00
..
Filter Mass search and replace for coding standards changes, doc block formatting, and code spacing. 2007-10-21 06:23:59 +00:00
Registry Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Abstract.php Introduced a separation of the 2 concerns: 1) Query construction 2) Result hydration. 2007-11-20 14:26:42 +00:00
Check.php Mass search and replace for coding standards changes, doc block formatting, and code spacing. 2007-10-21 06:23:59 +00:00
Condition.php added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes 2007-10-29 19:50:16 +00:00
Exception.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Filter.php Mass search and replace for coding standards changes, doc block formatting, and code spacing. 2007-10-21 06:23:59 +00:00
From.php Introduced a separation of the 2 concerns: 1) Query construction 2) Result hydration. 2007-11-20 14:26:42 +00:00
Groupby.php fixes #533, using DQL identifier aliases before column names is now optional when selecting from single component 2007-10-30 19:10:18 +00:00
Having.php added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes 2007-10-29 19:50:16 +00:00
JoinCondition.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Limit.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Offset.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Orderby.php fixes #533, using DQL identifier aliases before column names is now optional when selecting from single component 2007-10-30 19:10:18 +00:00
Parser.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Part.php added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes 2007-10-29 19:50:16 +00:00
Registry.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Select.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Set.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Where.php fixes #515, correlated subqueries with IN operator 2007-10-29 18:04:22 +00:00