You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix literal_column type (dropbox#189)
literal_column('foo', sqlalchemy.Integer) should be ColumnClause[int],
not ColumnClause[TypeEngine[int]].
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Anders Kaseorg <andersk@mit.edu>