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

Method qualify

mssqlcli/mssqlcompleter.py:486–487  ·  view source on GitHub ↗
(col, tbl)

Source from the content-addressed store, hash-verified

484 len(tables) > 1}[self.qualify_columns]
485
486 def qualify(col, tbl):
487 return (tbl + '.' + self.case(col)) if do_qualify else self.case(col)
488
489 _logger.debug("Completion column scope: %r", tables)
490 scoped_cols = self.populate_scoped_cols(

Callers

nothing calls this directly

Calls 1

caseMethod · 0.95

Tested by

no test coverage detected