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
I think a the select init accepts a Column but, it isn't listed in the Union of types. It looks like an easy fix but, I don't know this well enough to have confidence.
Example
Code stolen from sqlalchemy docs as example.
Results in error:
Argument 1 to "Select" has incompatible type "Column[Any]"; expected "Optional[Iterable[Union[ColumnElement[Any], FromClause, int]]]"
I think a the select init accepts a
Column
but, it isn't listed in the Union of types. It looks like an easy fix but, I don't know this well enough to have confidence.Example
Code stolen from sqlalchemy docs as example.
Results in error:
Argument 1 to "Select" has incompatible type "Column[Any]"; expected "Optional[Iterable[Union[ColumnElement[Any], FromClause, int]]]"
Versions
The text was updated successfully, but these errors were encountered: