MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / normalize_ref

Function normalize_ref

mssqlcli/mssqlcompleter.py:57–58  ·  view source on GitHub ↗
(ref)

Source from the content-addressed store, hash-verified

55
56
57def normalize_ref(ref):
58 return ref if ref[0] == '"' else '"' + ref.lower() + '"'
59
60
61def generate_alias(tbl):

Callers 3

aliasMethod · 0.85
get_join_matchesMethod · 0.85
populate_scoped_colsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected