-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
There is a minor logical issue with the approach. Since strings "db_type", "db_name" and the like come before the line that returns IDENTIFIER, if the value of the identifier will be one of those, lexer will return not a IDENTIFIER, which will cause program to report an error.
Try this as a testcase, for example:
db_type : mysql
db_name : db_name
db_table_prefix : test_
db_port: 1099
The issue I'm talking about is at the line: db_name : db_name.
Metadata
Metadata
Assignees
Labels
No labels