]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
scoped_session adjustments
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Nov 2021 14:06:29 +0000 (09:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Nov 2021 14:06:29 +0000 (09:06 -0500)
commit912bdcc8075c640a4f3d9e0194f57b5bdcfc6f2b
tree9ac80399e1edc9e095b6d1a61e209a2068445723
parentdeda8bf2444b7e7130001f3a9ab0c55b2e389c68
scoped_session adjustments

* fix typo, change to a note the async scoped session note
* more dragons re: threading.local()

Change-Id: I76266507510e4014456d992656f4aadf6d03ba4a
doc/build/orm/contextual.rst
lib/sqlalchemy/orm/scoping.py