[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

resultset object bug corrected



Well - I'm working on porting the resultset object to Postgres for another
project I'm working on... which is about 5 minutes away from being done...
so if anyone wants the code, I'll happily mail it to them...

but while I was porting it, I discovered a nasty bug in OUR resultset
object which I'm amazed didn't crap out all my objects and everything...

When you performed a first(), last(), or goto() method on the resultset
object it did not set the data property of itself accordingly to reflect
the new data record it was pointing to.  Woooeeee.  Anyway - it's
corrected and I committed the correction...  the land is at ease once
again :).

Jason