]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add ScopedSession.get()
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2021 18:39:22 +0000 (14:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2021 18:39:22 +0000 (14:39 -0400)
commit6f78900abb34dc8139debbe2c7070fb488414e47
tree6acb188a75dde8598f3edbad8a4ea5a9c5ab033a
parent784d32edff03cd960d0c47768f7ef0d0a438463e
Add ScopedSession.get()

Fixed missing method :meth:`_orm.Session.get` from the
:class:`_orm.ScopedSession` interface.

Fixes: #6144
Change-Id: I1d2425675f7f972c2479070a2e11b1d96a9aca8b
doc/build/changelog/unreleased_14/6144.rst [new file with mode: 0644]
lib/sqlalchemy/orm/scoping.py
test/orm/test_scoping.py