Why does the parsing of this SQL query fail
Open
severity/minor
sig/sql-infra
type/bug
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
```
select * from pa where id='1' and 1=(select count(*) from tablenames); --'
```
error:
```
line 1 column 72 near "--'"
```
Contributor guide
Assessment
This issue has not been assessed yet.