MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_unnamed_column

Method test_unnamed_column

test/sql/test_compiler.py:6167–6169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6165 )
6166
6167 def test_unnamed_column(self):
6168 stmt = Column(Integer) == 5
6169 eq_ignore_whitespace(str(stmt), '"<name unknown>" = :param_1')
6170
6171 def test_empty_insert(self):
6172 stmt = table1.insert().values()

Callers

nothing calls this directly

Calls 2

ColumnClass · 0.90
eq_ignore_whitespaceFunction · 0.90

Tested by

no test coverage detected