- or download this
__PACKAGE__->inflate_column('xml',
{
...
}
);
- or download this
$row->xml(MyObject->new( xml => "<hubba/>" ); # row is now dirty
$row->update; # goes to the database
- or download this
$row->xml->bubba("whatever"); #works in memory but column is not co
+nsidered dirty
$row->update; # does nothing