[Koha-bugs] [Bug 30483] Do not allow NULL in issues.borrowernumber and issues.itemnumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 16 15:44:59 CEST 2022


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

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Note: You may observe that DBIx drops the LEFT join_type here.
There is no reason to be worried about that. If a FK column
allows NULL values, DBIx sets it to LEFT. We remove the NULL
here and DBIx now defaults to INNER again.

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


More information about the Koha-bugs mailing list