Subject: | Breaking existing Class::DBI code |
Hi There
After upgrading from 0.10 to 0.11 some of our existing code started
dieing with the following error.
The call that started the crash was ->create on an object with a trigger
defined. Actually it is a cascade of triggers..
object1 has trigger on update that creates object2
object2 has trigger on create.
We have held back this module in our production environment for the time
being.
[error] __triggers is not a column of NewsAgent::Block::History at
/usr/local/lib/perl5/site_perl/5.8.6/Class/Trigger.pm line 41
Stack: [/usr/local/lib/perl5/5.8.6/Carp.pm:269],
[/usr/local/lib/perl5/site_perl/5.8.6/Class/DBI.pm:169],
[/usr/local/lib/perl5/site_perl/5.8.6/Class/DBI.pm:437],
...