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

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

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions