Only escape identifiers with double quotes if necessary
Open
bug
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
Currently, our in auto suggestions, we're a little overzealous in our escaping of identifiers with double quotes. We should only escape when necessary.
For example, the query `select * from "HumanResources"."Employee"` shouldn't need any escaping.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.