[Dbix-class] DBIc-Class-ResultSet

Matt S Trout dbix-class at trout.me.uk
Sun Apr 9 15:17:27 CEST 2006


Kjell Arne Arvesen wrote:
> Matt S Trout wrote:
> 
> I've even tried to do a $user->email("doh") and then call the update 
> method. Still nothing happens.

Define "nothing happens" :)

If you turn on debugging in Storage::DBI you should at least see the UPDATE 
being issued.

My next thought is that you've not set AutoCommit so the UPDATE is issued into 
a transaction that never gets committed.

-- 
      Matt S Trout       Offering custom development, consultancy and support
   Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Dbix-class mailing list