cascading delete on a nonexistent relation should warn instead of
authorRobert Buels <rmb32@cornell.edu>
Sat, 12 Mar 2011 23:06:39 +0000 (18:06 -0500)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 13 Mar 2011 00:46:28 +0000 (01:46 +0100)
commit51c9ead29aaceabb3603e89cc9790802fbfe89b3
tree0721a4ab0d5139c57913553cbc97d322b2cd2442
parent6f731572aed6ab2bd71ec33ba2c35ec78b9909b1
cascading delete on a nonexistent relation should warn instead of
dieing uninformatively.
Changes
lib/DBIx/Class/Relationship/CascadeActions.pm
t/60core.t
t/delete/cascade_missing.t [new file with mode: 0644]
t/lib/DBICTest/Schema/ArtistUndirectedMap.pm