in reply to Class::DBI misbehaviour

From the Class::DBI manpage:

Note: If you have transactions turned on for your database (but see "TRANSACTIONS" below) you will also need to call dbi_commit(), as update() merely issues the UPDATE to the database).

Replies are listed 'Best First'.
Re: Re: Class::DBI misbehaviour
by TVSET (Chaplain) on Mar 11, 2004 at 12:17 UTC
    I don't use transactions. And there is a terribly similar piece of code that works in a nearby file. ;)