DBZ-3575 Implement support for JSON_TABLE in MySQL parser

This commit is contained in:
Raul Estrada 2022-12-19 01:56:19 -06:00 committed by Jiri Pechanec
parent 9ca3498cff
commit f5d5aefa65

View File

@ -27,8 +27,6 @@ THE SOFTWARE.
lexer grammar MySqlLexer; lexer grammar MySqlLexer;
options { caseInsensitive = true; }
channels { MYSQLCOMMENT, ERRORCHANNEL } channels { MYSQLCOMMENT, ERRORCHANNEL }
// SKIP // SKIP