1
0
Fork 0
mirror of synced 2025-04-02 04:46:16 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Find a file
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
benchmark 2007-05-27 11:37:43 +00:00
data 2007-02-06 20:06:57 +00:00
draft 2007-05-30 10:38:48 +00:00
images Added another design suggestion 2007-03-28 11:28:27 +00:00
lib DQL aggregate value model rewrite 2007-06-01 10:17:50 +00:00
manual started to add chapter 2 of the book 2007-06-01 18:29:38 +00:00
models 2007-01-09 22:59:15 +00:00
tests 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
tools Updated this readme with a suggested fix 2007-03-31 14:05:02 +00:00
vendor 2007-03-05 12:14:42 +00:00
sql.php added some sql statements for later usage 2007-02-14 22:38:39 +00:00