]> 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:02:49 +0000 (12:02 -0400)
commit526e9bb6ae025d3b8032d6efc1deb1a0f4a3dae3
treec0ccb7d6ca955af37ed618e890cf31157e0f3839
parentad86d32f7fbd1c6deda8ff3bebe0595c0f2986cc
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
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