[Koha-bugs] [Bug 23133] Rename reserves.item_level_hold for reserves.item_level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 19 17:42:58 CEST 2019


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

--- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Jonathan Druart from comment #5)
> suspend in the same table is still BOOLEAN.

BOOLEAN is just an alias for TINYINT(1), I think it is worth changing anyway
unless...

> If SQL12 is applied we should patch all existing occurrences, and have a
> check in the QA script. Is there a bug report already?

we have this kind of thing, and we actually prefer to add them as BOOLEAN in
kohastructure.sql, because we have TINYINT(1) fields that are not really
booleans (for example marc_subfield_structure.tab).

There isn't a bug report yet (sorry for that), and it would be great to have
the QA tools catch this problems. If BOOLEAN helps detect them, then lets
change the rule and use BOOLEAN!

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


More information about the Koha-bugs mailing list