Re: [RDBO] insert speed questions with RDBO

2008-01-24 Thread Ted Zlatanov
On Wed, 23 Jan 2008 16:20:48 -0500 "John Siracusa" <[EMAIL PROTECTED]> wrote: JS> On Jan 23, 2008 2:07 PM, Ted Zlatanov <[EMAIL PROTECTED]> wrote: >> I found one of the problems is that you forcibly set RaiseError to 1 in >> a lot of places, in Rose::DB and Rose::DB::Object. Why override the >>

Re: [RDBO] inheriting from RBDO::Cached vs. RDBO question

2008-01-24 Thread Ted Zlatanov
On Wed, 23 Jan 2008 13:01:21 -0500 "John Siracusa" <[EMAIL PROTECTED]> wrote: JS> Yeah, [Class::C3] simplifies this situation greatly (at the cost of JS> another dependency and possibly a new set of bugs/issues :) I really think you should put that in the RDBO::Cached docs, with caveats and all,

Re: [RDBO] Problem using primary key generator

2008-01-24 Thread Bianka Martinovic
Hallo, I think I've 'managed' this now. ;) Digging this mailing list again (and again...), I've found the hint to place a function in the ::Manager that does what I need. So, I added a function to the ::Manager of my 'central table' that loads all the data from all related tables. This way, I can