Active
Project:
Clipper
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2006 at 20:40 UTC
Updated:
15 Sep 2006 at 11:57 UTC
Deleting a child deletes all childrens from a parent node.
Comments
Comment #1
sami_k commentedIt seems that the code tries to make stuff a lot more robust than it need be:
Comment #2
sami_k commentedI think I agree with Allie Micka on the fact that the old clipper module was quite useful and to some extend I am tempted to replicate it and call it a heirarchy clipper module which only allows for clipping a child to a parent so [1:m] relationships... that seems a lot more useful to me ATM... this obviously just being IMO and not being an argument against this work... it's just a lot more complicated, for my purposes, than it need be...
Comment #3
Bèr Kessels commentedI do not understand the last comment. Why is it too robust? What is the bug, how can I reproduce it, and why should we change or roll back anything. Please be verbose.
Comment #4
sami_k commentedCreate a parent, then create many children. Now go and delete one of the children. I believe that should do it, let me know if it doesn't. The deletion queries to me seem like they're deleting things that this module doesn't yet create, looking at the insert queries.
Comment #5
Bèr Kessels commentedCAn someone who experiences this bug try to create a patch?