Skip to content

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

Open
@carlos-rian

Description

@carlos-rian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    not a bugThe quaint doesn't have support yet.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions