in reply to Re: inflated columns in DBIx::Class
in thread inflated columns in DBIx::Class

Your bubba("whatever") method must call the make_column_dirty($columnname) method on the row.
I can't because in the version of DBIx::Class (0.08013) that I am using this method does not exist (any more?).

Replies are listed 'Best First'.
Re^3: inflated columns in DBIx::Class
by CountZero (Bishop) on May 07, 2009 at 14:49 UTC
    That method still exists: you can find it in the DBIx::Class::Row module.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James