Re: [Modeling-users] Fetching raw rows
Status: Abandoned
Brought to you by:
sbigaret
|
From: Sebastien B. <sbi...@us...> - 2003-07-16 14:01:02
|
Yannick Gingras <yan...@sa...> wrote:
> For some reasons, I nerver experience such amazing performance boosts
Must be because the objects I used for benchmarking only had a PK and one
attribute!
Okay, back to the functionality: as it is made in the patch, fetchesRawRo=
ws
misses two important functionalities:
1. it must behave the way a normal fetch behaves. This means the inserted
objects must be present, while deleted objects shouldn't be returned.
2. It does not work at all for nested ECs.
I thought that those of you who are already using the patch should be
aware of this.
I'm currently working on both problems. Unittests are written, now I'm
on the code itself. When integrating this into the CVS, it will behave
as expected in both situations. I'll report then here.
-- S=E9bastien.
|