|
|
| XP is just a number | |
| PerlMonks |
Re^2: DBIx::Class::Schema::Loader and on_delete/cascade_deleteby petdance (Parson) |
| on Feb 15, 2012 at 19:03 UTC ( #954043=note: print w/ replies, xml ) | Need Help?? |
|
Thanks, Ben. What confuses me is why they are set differently. The way I understand this is that cascade_delete => 0 tells DBIC that it's not necessary for DBIC to delete the notifications manually, because Postgres will have done it automatically. That makes sense. But then why is there the on_delete => "CASCADE" at the notification level? What does DBIC do with that bit of knowledge?
xoxo,
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||