Open victornoel opened 4 years ago
I may be missing something, but apparently the following code:
select([text('*')])
Gives this type error: List item 0 has incompatible type "TextClause"; expected "Union[ColumnElement[Any], FromClause, int]"
List item 0 has incompatible type "TextClause"; expected "Union[ColumnElement[Any], FromClause, int]"
I would have expected to be able to write the above, it works well at runtime.
I may be missing something, but apparently the following code:
Gives this type error:
List item 0 has incompatible type "TextClause"; expected "Union[ColumnElement[Any], FromClause, int]"
I would have expected to be able to write the above, it works well at runtime.