Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

MySQL - Wrong conversion when type is date convert to datetime #427

Open
carlos-rian opened this issue Dec 24, 2022 · 0 comments
Open

MySQL - Wrong conversion when type is date convert to datetime #427

carlos-rian opened this issue Dec 24, 2022 · 0 comments

Comments

@carlos-rian
Copy link

Description

Quaint returns a wrong type when the type is date in the database for MySQL, Quaint returns a datetime.

Example:

SQL

SELECT CURRENT_DATE();

SQLX result
2022-12-24

Quaint result
2022-12-24T00:00:00.000Z

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant