MCPcopy 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_matchesMethod · 0.95

Calls 2

unescape_nameMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected