Skip to content

SQL12: Booleans

  1. We should check for changes to kohastructure.sql that introduce BOOLEAN and warn that TINYINT(1) should be used.
  2. We should spot new cases of TINYINT(1) and warn the QAer that they should check for a corresponding is_boolean => 1 flag in the dbic class if appropriate.