
somekool - 2007-07-18 08:35:33 -
In reply to message 5 from somekool
ok, I have been using MyActiveRecord all day and I must say, it's real sweet. I like it. I just have one intermittent bug now. it works most of the time, but sometimes,... the exact same code will not work.
I am simply doing a
MyActiveRecord::FindAll('Question', 'answer_id=0');
and while most of the times it returns me correct info, sometimes I get an unexisting row instead.
anyone else had strange problem like that?