Closed xiongjiwei closed 3 years ago
close https://github.com/pingcap/parser/issues/1203 cherry-pick https://github.com/pingcap/parser/pull/1228
identifierDot should be true if and only if a dot after an identifier, if it is true, the next token must be interpreted as identifier or '*'
identifierDot
Tests
What problem does this PR solve?
close https://github.com/pingcap/parser/issues/1203 cherry-pick https://github.com/pingcap/parser/pull/1228
identifierDot
should be true if and only if a dot after an identifier, if it is true, the next token must be interpreted as identifier or '*'What is changed and how it works?
Check List
Tests