dbcli / dbcli/mssql-cli

Only escape identifiers with double quotes if necessary

Open
#138 3 comments 0 reactions 1 assignee Claimed by @MrMeemus View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.