https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23133
--- Comment #6 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
