Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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

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

carlos-rian opened this issue Dec 29, 2022 · 0 comments
Labels
not a bug The quaint doesn't have support yet.

Comments

@carlos-rian
Copy link
Owner

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

issue link: prisma/quaint#427

@carlos-rian carlos-rian added the not a bug The quaint doesn't have support yet. label Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not a bug The quaint doesn't have support yet.
Projects
None yet
Development

No branches or pull requests

1 participant