Bill Karwin wrote: > Rob Allen wrote: >> Does anyone do $tbl->find(1); and find a rowset usable? > > I implemented this change because it is _less_ usable to have to check > the return type of find() to see if it was a Row vs. a Rowset, depending > on whether you gave it one or multiple id values.
That's true. Though I've never passed more than one id into find() so never realised it could return a RowSet :) For me, FetchRow() and FetchAll() are easier to use as it is very clear what's going to be returned. Regards, Rob...
