dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

Session.merge return type should be the type of the instance passed #165

Closed DeanWay closed 3 years ago

DeanWay commented 4 years ago

see: https://docs.sqlalchemy.org/en/13/orm/session_api.html#sqlalchemy.orm.session.Session.merge """ ... The state of each attribute on the source instance is then copied to the target instance. The resulting target instance is then returned by the method ... """