dolthub / vitess

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

custom `char()` syntax handling #300

Closed jycor closed 10 months ago

jycor commented 10 months ago

In order to support the charset argument for CHAR(... using <charset>), there has to be special syntax support.

Companion PR: https://github.com/dolthub/go-mysql-server/pull/2255