Actions
Feature proposal #8484
closedMySQL 8 support: Strict Mysql types
Description
E.g.:
TEXT don't have NULL
INTEGER don't support empty string as 0.
Actions
Added by beat almost 4 years ago. Updated almost 4 years ago.
Description
E.g.:
TEXT don't have NULL
INTEGER don't support empty string as 0.
Ongoing work in fix-mysql-types with Draft/WIP MR !230
MR !230 is now merged, fixes default values from '' to 0 for SQL int's, completing this task.