MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _owner_plus_db

Function _owner_plus_db

lib/sqlalchemy/dialects/mssql/base.py:3007–3011  ·  view source on GitHub ↗
(dialect, schema)

Source from the content-addressed store, hash-verified

3005
3006
3007def _owner_plus_db(dialect, schema):
3008 if not schema:
3009 return None, dialect.default_schema_name
3010 else:
3011 return _schema_elements(schema)
3012
3013
3014_memoized_schema = util.LRUCache()

Callers 1

wrapFunction · 0.85

Calls 1

_schema_elementsFunction · 0.85

Tested by

no test coverage detected