quaint icon indicating copy to clipboard operation
quaint copied to clipboard

MySQL - Wrong conversion when type is date convert to datetime

Open carlos-rian opened this issue 2 years ago • 0 comments

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

carlos-rian avatar Dec 24 '22 21:12 carlos-rian