MySQL allows for integers to be implicitly (automatically) converted to date and datetime data types. InfiniDB has incomplete support for automatically converting integers to date or datetime fields.
It is recommended that you use string representation when working with date and datetime data types, or use explicit conversions from integer to string representation of data.





