MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _fallback_column_name

Method _fallback_column_name

lib/sqlalchemy/sql/compiler.py:2670–2673  ·  view source on GitHub ↗
(self, column)

Source from the content-addressed store, hash-verified

2668 )
2669
2670 def _fallback_column_name(self, column):
2671 raise exc.CompileError(
2672 "Cannot compile Column object until its 'name' is assigned."
2673 )
2674
2675 def visit_lambda_element(self, element, **kw):
2676 sql_element = element._resolved

Callers 1

visit_columnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected