Re: [RDBO] insert speed questions with RDBO

2008-01-22 Thread John Siracusa
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 an error happened anywhere in the transaction, rollback() didn't > do anything and the D

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

2008-01-22 Thread John Siracusa
On Jan 22, 2008 11:28 AM, Ted Zlatanov <[EMAIL PROTECTED]> wrote: > On Mon, 21 Jan 2008 13:24:49 -0500 "John Siracusa" <[EMAIL PROTECTED]> wrote: > JS> When I need a mix-in, I just "make one" by manually importing methods > JS> as needed. Writing a helper for this isn't too hard. Look around > JS

Re: [RDBO] insert speed questions with RDBO

2008-01-22 Thread Ted Zlatanov
On Mon, 07 Jan 2008 12:34:16 -0600 Ted Zlatanov <[EMAIL PROTECTED]> wrote: TZ> On Sat, 5 Jan 2008 15:27:34 -0500 "John Siracusa" <[EMAIL PROTECTED]> wrote: JS> On Jan 5, 2008 1:25 PM, Ted Zlatanov <[EMAIL PROTECTED]> wrote: >>> I realize much of this question belongs to database-specific domain

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

2008-01-22 Thread Ted Zlatanov
On Mon, 21 Jan 2008 13:24:49 -0500 "John Siracusa" <[EMAIL PROTECTED]> wrote: JS> On Jan 21, 2008 8:34 AM, Ted Zlatanov <[EMAIL PROTECTED]> wrote: >> I have some existing RDBO classes, all inheriting from a common >> BaseObject parent. If I want some of them to be selectively cached, >> currentl

Re: [RDBO] Problem using primary key generator

2008-01-22 Thread Bianka Martinovic
John Siracusa <[EMAIL PROTECTED]> writes: > Is NICADDRESS the primary key of whatever class/table the CMP_NETWORK > relationship points to? Hello John. Thank you very much for your help. :) No. The primary key is named NETWORKID. I have found that the problem is using $row->...->load() and the