Re: [RDBO] Further discussion re: "How to do locking wth RDBO" thread.

2007-10-10 Thread George Hartzell
John Siracusa writes: > On 10/10/07, George Hartzell <[EMAIL PROTECTED]> wrote: > > - As written, it almost works. I'm clearly running around behind > > the back of RDBO's copy of that row's values, $new_num->counter is > > still zero even though the row has been updated. What's the

Re: [RDBO] Further discussion re: "How to do locking wth RDBO" thread.

2007-10-10 Thread John Siracusa
On 10/10/07, George Hartzell <[EMAIL PROTECTED]> wrote: > - As written, it almost works. I'm clearly running around behind > the back of RDBO's copy of that row's values, $new_num->counter is > still zero even though the row has been updated. What's the > cleanest way to fix this?

[RDBO] Further discussion re: "How to do locking wth RDBO" thread.

2007-10-10 Thread George Hartzell
Back in December '06 there was a thread about "How to do locking in RDBO". It started here: http://osdir.com/ml/lang.perl.modules.dbi.rose-db-object/2006-12/msg00028.html I'm trying to solve a very similar problem and while I have several versions of things that limp along, I'm sure that I co