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
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
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>
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>