You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Description
Quaint returns a wrong type when the type is date in the database for MySQL, Quaint returns a datetime.
Example:
SQL
SQLX result
2022-12-24
Quaint result
2022-12-24T00:00:00.000Z
The text was updated successfully, but these errors were encountered: