[Koha-bugs] [Bug 16354] New: TestBuilder.t fails due to key constraints

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


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

            Bug ID: 16354
           Summary: TestBuilder.t fails due to key constraints
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

>From Bug 15630:
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