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 was 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-24Quaint result
2022-12-24T00:00:00.000Z