1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/tests/Query
romanb 2e6ed4d02f Updated 2 test cases to outline two major issues with the new hydration (at least i think that it has to do with the problems):
1) When the result set is in a custom order, components may be doubled (this already occured half a year ago though the symptoms were different (items were assigned to the wrong collection).
2) Accessing related components that are already loaded (but empty) results in lots of extra queries. The only way to get around that is do wrap an isset() check around nearly all places before accessing a relation. This was not the case in earlier revisions though at that time an isset() was sometimes needed, too to prevent extra queries. But now it seems to be necessary everywhere.
2007-06-02 11:36:31 +00:00
..
AggregateValueTestCase.php DQL aggregate value model rewrite 2007-06-01 10:17:50 +00:00
CacheTestCase.php 2007-05-28 15:13:11 +00:00
CheckTestCase.php some tests for CHECK constraint parser 2007-03-23 20:26:25 +00:00
ComponentAliasTestCase.php 2007-05-31 17:51:16 +00:00
ConditionTestCase.php 2007-05-24 14:51:35 +00:00
DeleteTestCase.php DQL core refactored 2007-05-16 19:20:55 +00:00
ExpressionTestCase.php added tests for expressions in DQL select part 2006-12-28 11:19:05 +00:00
FromTestCase.php DQL core refactored 2007-05-16 19:20:55 +00:00
HavingTestCase.php DQL core refactored 2007-05-16 19:20:55 +00:00
IdentifierQuotingTestCase.php DQL core refactored 2007-05-16 19:20:55 +00:00
JoinConditionTestCase.php DQL core refactored 2007-05-16 19:20:55 +00:00
JoinTestCase.php 2007-05-30 22:03:35 +00:00
LimitTestCase.php 2007-05-31 18:55:44 +00:00
MultiJoin2TestCase.php Updated 2 test cases to outline two major issues with the new hydration (at least i think that it has to do with the problems): 2007-06-02 11:36:31 +00:00
MultiJoinTestCase.php Added a failing test. 2007-05-28 17:02:18 +00:00
OrderbyTestCase.php DQL aggregate value model rewrite 2007-06-01 10:17:50 +00:00
ReferenceModelTestCase.php 2007-05-24 14:24:32 +00:00
SelectTestCase.php DQL aggregate value model rewrite 2007-06-01 10:17:50 +00:00
ShortAliasesTestCase.php Custom join condition support for DQL 2007-01-03 15:34:34 +00:00
SubqueryTestCase.php DQL core refactored 2007-05-16 19:20:55 +00:00
UpdateTestCase.php DQL core refactored 2007-05-16 19:20:55 +00:00
WhereTestCase.php Enum support for placeholders! 2007-05-17 23:13:58 +00:00