1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
zYne
113ac3b9e0 1. Merging two event listener APIs
2. Merging Doctrine_Db functionality into Doctrine_Connection

3. Merging Doctrine_Db modules to Doctrine_Connection plugins
2007-06-19 23:33:04 +00:00
zYne
12379bda4a 2007-06-14 21:37:32 +00:00
zYne
dcc3bd8c7d 2007-06-05 18:38:00 +00:00
zYne
ae342b43a2 2007-06-04 21:50:12 +00:00
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
zYne
ccd86ea0f8 2007-05-31 17:49:27 +00:00
romanb
782f073ebe Added a failing test. 2007-05-28 17:02:18 +00:00