dropbox / dropbox/sqlalchemy-stubs
insert(model)
Open
bug
priority-low
- Dominant language
- Python
- Stars
- 583
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
The latest version of the stubs makes mypy log an error on `insert(SAModel).from_select(...)`:
```
Argument 1 to "Insert" has incompatible type "Type[SAModel]"; expected "Union[str, Selectable]"
```
while this is something that works with SQLAlchemy.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.