Community

How to Map MySQL’s TINYINT(1) to Boolean in jOOQ

(lukaseder) MySQL 8 does not yet support the BOOLEAN type as specified in the SQL standard. There is a DDL “type” called BOOL, which is just an alias for TINYINT: