Details
Description
The count method of Doctrine_Query doesn't follow useResultCache option, so I have to make loop away with fetchOne or something like that use "execute()".
So I fixed this issue, see the attachment for details!
The count method of Doctrine_Query doesn't follow useResultCache option, so I have to make loop away with fetchOne or something like that use "execute()".
So I fixed this issue, see the attachment for details!
I decided to fix this in Doctrine 1.2 before it really is too late.