dropbox / dropbox/sqlalchemy-stubs

insert(model)

Open
#48 9 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.