I have a column in a table that is going to be renamed from "foo" to "bar".
 I know I can use the "accessor" attribute, but there's other usage such as
$obj->update( { foo => 'new' } ), and also ->create and the column is used
in joins   ( { 'other.foo' => 'new' } ).

Is there any other option besides a big search and replace and hope tests
catch all usage?


Thanks,

-- 
Bill Moseley
mose...@hank.org
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to