Your inserted SQL-Statement:
The generated RegEx:
^\s*SELECT\s+[`´'"]?col1[`´'"]?\s*(\s*(?:ALIAS|AS)\s+.*?)?\s+FROM\s+[`´'"]*table1[`´'"]*(\s*(?:ALIAS|AS)?\s+.*)?\s*;?\s*$
Steps to reproduce:
all Settings deactivated
Expected Statement to match the RegEx:
SELECT col1 FROM "table1"
Additional context:
BUT SELECT col1 FROM ""table1"" should NOT match. There is the wrong Quantifier at the table name.
Your inserted SQL-Statement:
The generated RegEx:
Steps to reproduce:
all Settings deactivated
Expected Statement to match the RegEx:
SELECT col1 FROM "table1"
Additional context:
BUT SELECT col1 FROM ""table1"" should NOT match. There is the wrong Quantifier at the table name.