Closed jycor closed 6 months ago
The SQL standard has special syntax for parsing date, time, and timestring literals. https://dev.mysql.com/doc/refman/8.0/en/date-and-time-literals.html
This PR adds support for that. Code was mostly taken from vitessio. The types are still left as string types, as type conversion later on handles it just fine.
The SQL standard has special syntax for parsing date, time, and timestring literals. https://dev.mysql.com/doc/refman/8.0/en/date-and-time-literals.html
This PR adds support for that. Code was mostly taken from vitessio. The types are still left as string types, as type conversion later on handles it just fine.