dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

Fix literal_column type #189

Closed andersk closed 1 year ago

andersk commented 3 years ago

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

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.