Closed anarthal closed 1 year ago
MySQL allows invalid date and datetimes. We currently represent these as NULL and don't allow inserting them into MySQL using statements. Allow reading and writing these values.
MySQL allows invalid date and datetimes. We currently represent these as NULL and don't allow inserting them into MySQL using statements. Allow reading and writing these values.