Re: Caching DBIx::Recordset::Setup

2003-11-19 Thread Gerald Richter
Kee Hinckley wrote: > There's an awful lot that goes on in that routine. Typically I do > this: > > $set = Setup > series of operations with $set (insert/search/delete...) > Is there any way to cache that initial $set? For instance, if I call > SetupObject, then everything is done except the ties

Re: Subclassing DBIx::Recordset

2003-11-19 Thread Gerald Richter
Kee Hinckley wrote: > Has anyone tried subclassing DBIx::Recordset? I've been playing with > it and there are a couple issues that I've found. > I didn't have tried it so far > 1. There are a number of places in the code where the current object > is compared to DBIx::Recordset with an 'eq' rath