]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed orm not applying fetch
authorFederico Caselli <cfederico87@gmail.com>
Fri, 3 Jun 2022 10:13:10 +0000 (12:13 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Jun 2022 16:05:24 +0000 (12:05 -0400)
commit31e98d6dc3a690c2094e39b0729d0a1f760fabe4
tree9e49c986e8f1ebe5ba063ba0bf12d38f2cb2a9f9
parent7f5e599b5759d6b072dddc535f3d151e0df79b0a
Fixed orm not applying fetch

Fixed an issue where :meth:`_sql.GenerativeSelect.fetch` would be
ignored when executing a statement using the ORM.

Fixes: #8091
Change-Id: I6790c7272a71278e90de2529c8bc8ae89e54e288
(cherry picked from commit 526e9bb6ae025d3b8032d6efc1deb1a0f4a3dae3)
doc/build/changelog/unreleased_14/8091.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sqlite/aiosqlite.py
lib/sqlalchemy/orm/context.py
test/orm/test_core_compilation.py