MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _default_dialect

Method _default_dialect

lib/sqlalchemy/sql/elements.py:320–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318 return self._compiler(dialect, **kw)
319
320 def _default_dialect(self):
321 default = util.preloaded.engine_default
322 return default.StrCompileDialect()
323
324 def _compiler(self, dialect: Dialect, **kw: Any) -> Compiled:
325 """Return a compiler appropriate for this ClauseElement, given a

Callers 2

compileMethod · 0.95
_default_compilerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected