dolthub / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
22 stars 20 forks source link

adding `instant` as non-reserved keyword #361

Closed jycor closed 1 month ago

jycor commented 1 month ago

The INSTANT keyword isn't in the MySQL docs, but it is a non reserved keyword. MySQL Docs: https://dev.mysql.com/doc/refman/8.4/en/keywords.html

fixes: https://github.com/dolthub/dolt/issues/8220