First of all thank you for an excellent solution!
Feature Description
Have you thought of an extension mechanism for the parser? As far as I know, yacc does not allow extending the grammar. I have a custom storage engine for go-mysql-server that require some small changes to the tokenizer and parser and it seems my only option is to fork your version of vitess?
Use Case(s)
Custom storage engine that does not follow ANSI or mysql SQL syntax.
First of all thank you for an excellent solution!
Feature Description
Have you thought of an extension mechanism for the parser? As far as I know, yacc does not allow extending the grammar. I have a custom storage engine for go-mysql-server that require some small changes to the tokenizer and parser and it seems my only option is to fork your version of vitess?
Use Case(s)
Custom storage engine that does not follow ANSI or mysql SQL syntax.