11 Sep
2012
11 Sep
'12
9:44 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8034 --- Comment #20 from Jonathan Druart <jonathan.druart@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.