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.
Updated by beat over 3 years ago
- % Done changed from 0 to 80
Ongoing work in fix-mysql-types with Draft/WIP MR !230
Updated by beat over 3 years ago
- Related to Feature proposal #8336: Joomla 4.0 compatibility added
Updated by beat over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100
MR !230 is now merged, fixes default values from '' to 0 for SQL int's, completing this task.
Actions