-
Feature Request
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
-
None
The current parsers scoring algorithm, only counts the the number of keywords identified by each parser. However, for statements (e.g. CREATE INDEX) only the first token (CREATE) is marked as a keyword. This can hamper the potential score of some parsers.
This can be improved either by also counting statements (not only tokens) and/or marking more tokens as keywords.
- is incorporated by
-
MODE-1812 DDL Parser and Sequencer for Teiid's dialect
- Closed