]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Make __aiter__ in AsyncTupleReulst a sync function. (#12726)
authorEvgeny Petrov <golovasteek@gmail.com>
Thu, 10 Jul 2025 20:10:08 +0000 (21:10 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Jul 2025 20:10:08 +0000 (22:10 +0200)
commit46c507fb31e6d44c255083d05103235c1d70bd58
treef00199547deff6a3ad08d35de731341ea7e7e858
parent75163df8ef4896589d00b682813f01e1a436afcb
Make __aiter__ in AsyncTupleReulst a sync function. (#12726)

As it should be accotring to PEP 525
lib/sqlalchemy/ext/asyncio/result.py