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/ +
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/