sqlalchemy-stubs icon indicating copy to clipboard operation
sqlalchemy-stubs copied to clipboard

Fix literal_column type

Open andersk opened this issue 3 years ago • 1 comments

literal_column('foo', sqlalchemy.Integer) should be ColumnClause[int], not ColumnClause[TypeEngine[int]].

andersk avatar Nov 17 '20 00:11 andersk

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 16 '22 21:04 CLAassistant