guojc

Results 3 issues of guojc

Tsql: When the same table name or column name has square brackets, the parsing result is considered to be two different objects, but it should actually be the same object....

bug

**Describe the bug** Error parsing tsql containing 'group by' statement without semicolon. add TSQL_NO_SEMICOLON config. **SQL** ```sql select id from foo group by id select * from bar ``` -...

bug
parser

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened There's only one statement parsed when GROUP BY clause is added: ```...

bug
t-sql