[Koha-bugs] [Bug 9030] There is no constraint on aqorders_items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 26 10:36:20 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9030

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to comment #7)
> Could you please explain how I would test that this constraint is doing what
> is desired?

For the Bug 8991, I developped a script to delete old orders. By "delete" I
mean delete a record in DB.
If we delete an order in DB, we want to delete its related items too.
So for testing you can create an order with X items and execute a DELETE query
from the aqorders table on this order.
The related items have to be deleted in cascade.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list