1. 02 Jun, 2007 2 commits
    • pookey's avatar
      finished converting chapter 2 to docbook · fd70c991
      pookey authored
      fd70c991
    • romanb's avatar
      Updated 2 test cases to outline two major issues with the new hydration (at... · 2e6ed4d0
      romanb authored
      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.
      2e6ed4d0
  2. 01 Jun, 2007 8 commits
  3. 31 May, 2007 30 commits