in reply to Re: Cannot Read Back Record After Updating in Class::DBI
in thread Cannot Read Back Record After Updating in Class::DBI

Ah ha! Thanks, perrin! You put your finger on the problem. I changed the code to update the record with one variable, then read it back with a different one, and that solved the problem.

Is that the feature described in the 0.96 changes document as "Maintain live object index so subsequent requests for same row return the same object"? Or is that something else?

I'm going to have to take a look at our other programs, because I'm sure we have some that are going to be bitten by the same problem. Hmm....

Thanks again!

Wally Hartshorn

Replies are listed 'Best First'.
Re: Fixed!
by perrin (Chancellor) on Jul 19, 2004 at 15:05 UTC
    Yes, it is the live object index feature. There is a section in the documentation that describes it. Glad to hear you got it working.