Hello,
I have the following model
A -> B (1:1)
B -> C (n:m)
C -> D (1:n)
Depends relations have been set...
B depends A
D depends C
Castor inserts fine, however when I delete I see the following.
A and B deleted,
C instances untouched (expected behavior since relation is many-to-many)
D instances deleted (unexpected)
Is this a bug? I would expect that since the C instances are untouched that the dependent Ds would be left untouched.
Has anyone had any experience with this?
Thanks,
Mark
