]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix typo that prevented setting the ``bind``
authorFederico Caselli <cfederico87@gmail.com>
Sat, 10 Apr 2021 13:24:21 +0000 (15:24 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 10 Apr 2021 13:24:21 +0000 (15:24 +0200)
commit3d41fad27de91800b89a199e67766066fd744103
treec94245886d6a1a70fb09ecada2436319e75f49d1
parentf1f1005ebf3cc62a4bbf7cf5b0a6b77e749f5c3e
Fix typo that prevented setting the ``bind``
attribute of an :class:`_asyncio.AsyncSession` to the correct value.

Fixes: #6220
Change-Id: I91021351b8076e4aa4139af4b2cf359b3c0404af
doc/build/changelog/unreleased_14/6220.rst [new file with mode: 0644]
lib/sqlalchemy/ext/asyncio/session.py
test/ext/asyncio/test_session_py3k.py