MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _column_spec

Method _column_spec

test/dialect/mssql/test_compiler.py:2175–2176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2173 )
2174
2175 def _column_spec(self):
2176 return self.ddl_compiler.get_column_specification(self.column)
2177
2178 def test_that_mssql_default_nullability_emits_null(self):
2179 eq_("test_column VARCHAR(max) NULL", self._column_spec())

Calls 1

Tested by

no test coverage detected