[Koha-bugs] [Bug 30483] Should issues.borrowernumber and issues.itemnumber be NOT NULL ?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 7 15:06:28 CEST 2022


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

--- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 133080
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133080&action=edit
Bug 30483: DBIx changes for issues table

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.

No test plan.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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


More information about the Koha-bugs mailing list