Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ escape_schema
Method
escape_schema
mssqlcli/mssqlcompleter.py:136–137 ·
view source on GitHub ↗
(cls, name)
Source
from the content-addressed store, hash-verified
134
135
@classmethod
136
def
escape_schema(cls, name):
137
return
u
"'{}'"
.format(cls.unescape_name(name))
138
139
@staticmethod
140
def
unescape_name(name):
Callers
1
get_schema_matches
Method · 0.95
Calls
2
unescape_name
Method · 0.80
format
Method · 0.45
Tested by
no test coverage detected