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

--- Comment #20 from Jonathan Druart <[email protected]> ---
(In reply to comment #19)
> Printer queue value is the primary key for the table, and cannot be updated
> if the printer is assigned to a branch. mysql does not support ON UPDATE
> CASCADE I believe.

It seems it does:
http://dev.mysql.com/doc/refman/5.5/en/innodb-foreign-key-constraints.html
"CASCADE: Delete or update the row from the parent table, and automatically
delete or update the matching rows in the child table. Both ON DELETE CASCADE
and ON UPDATE CASCADE are supported"

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to