In certain situations, MySQL supports storing and retrieving invalid dates.
But, by default, mysql-native stores dates using Phobos's Date and DateTime,
which do not support invalid dates. So if an invalid date is received, it
cannot be stored in a Date or DateTime, so this is thrown.
Thrown when an invalid date is received.
In certain situations, MySQL supports storing and retrieving invalid dates. But, by default, mysql-native stores dates using Phobos's Date and DateTime, which do not support invalid dates. So if an invalid date is received, it cannot be stored in a Date or DateTime, so this is thrown.