[Koha-bugs] [Bug 8034] Enable server print queue selection

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 11 09:44:30 CEST 2012


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

--- Comment #20 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(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.


More information about the Koha-bugs mailing list