On 05/23/2015 09:35 AM, Peter Rabbitson wrote:


In the meantime an easy workaround for you is to add the following to a
base result class (this is a hack, a real fix will materialize later):

   sub store_column {
     delete $_[0]->{_inflated_column}{$_[1]};
     shift->next::method(@_);
   }


For anyone watching from the sidelines: the above patch was an "off the top of my head" solution. If applied as-is to DBIC itself it fails ~15 tests within the suite, so it certainly isn't a viable option.

Use at your own risk.

Sorry for sending this to the list without further testing :(

_______________________________________________
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