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

--- Comment #46 from David Nind <[email protected]> ---
Created attachment 198683
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198683&action=edit
Bug 42418: (follow-up) Skip old_issues with no library on backfill

Both checkin_library and branchcode are nullable in old_issues.
The COALESCE can return NULL, which violates the NOT NULL
constraint on checkins.library_id. Filter out those rows.

Signed-off-by: David Nind <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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