Re: [RDBO] insert speed questions with RDBO

2008-01-23 Thread John Siracusa
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 > connect_options? > > My code is working with do_transaction for now, but begin_work/com

Re: [RDBO] insert speed questions with RDBO

2008-01-23 Thread Ted Zlatanov
On Tue, 22 Jan 2008 20:09:55 -0500 "John Siracusa" <[EMAIL PROTECTED]> wrote: JS> On Jan 22, 2008 11:42 AM, Ted Zlatanov <[EMAIL PROTECTED]> wrote: >> I'd like to try without autocommit; I tried the built-in RDBO >> transactions but those didn't work well for me. begin_work was fine, >> but if a

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

2008-01-23 Thread John Siracusa
On Jan 23, 2008 10:55 AM, Ted Zlatanov <[EMAIL PROTECTED]> wrote: > On Tue, 22 Jan 2008 17:17:18 -0500 "John Siracusa" <[EMAIL PROTECTED]> wrote: > JS> Anyway, when building a single super-base class, I don't think it's > JS> particularly ugly to set up your class hierarchy and then yank in a > JS>

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

2008-01-23 Thread Ted Zlatanov
On Tue, 22 Jan 2008 17:17:18 -0500 "John Siracusa" <[EMAIL PROTECTED]> wrote: JS> Anyway, when building a single super-base class, I don't think it's JS> particularly ugly to set up your class hierarchy and then yank in a JS> particular method (say, init_db()) from another specific class. Or JS>