[Koha-bugs] [Bug 15630] Make Edifact module pluggable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 26 17:26:03 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15630

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This patch makes the t/db_dependent/TestBuilder.t tests fail:

t/db_dependent/TestBuilder.t .. 3/41 DBD::mysql::st execute failed: Cannot
delete or update a parent row: a foreign key constraint fails
(`koha_empty`.`edifact_messages`, CONSTRAINT `emfk_basketno` FOREIGN KEY
(`basketno`) REFERENCES `aqbasket` (`basketno`)) [for Statement "DELETE FROM
`aqbasket` WHERE ( `basketno` = ? )" with ParamValues: 0='13'] at
/usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1834.

the foreign keys don't not have a ON * CASCADE clause.

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


More information about the Koha-bugs mailing list