Yes, I have it working now using $obj->is_changed() (which does nearly the same as get_dirty_columns). But I still don't know if it's possible to get the column data prior to any manipulation so that I can store the original value and the new value in my history.
Ideas are welcome! Toby Zitat von Adam Paynter <[EMAIL PROTECTED]>: > You can always call $obj->get_dirty_columns. Is that what you need? > > - Adam _______________________________________________ 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/ Searchable Archive: http://www.mail-archive.com/[email protected]/
