]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed typing of limit, offset and fetch to allow ``None``.
authorFederico Caselli <cfederico87@gmail.com>
Tue, 31 Jan 2023 20:20:26 +0000 (21:20 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 31 Jan 2023 20:20:26 +0000 (21:20 +0100)
commitceb0eb44ce2da4b7161b7a115525ed6bccf08cbc
tree3ce18763afac4fe9f090c9ad2fcb03b04c4465da
parent4ba851323e510a3b5b44fbae3c0382e5ce69d615
Fixed typing of limit, offset and fetch to allow ``None``.

Fixes: #9183
Change-Id: I1ac3e3698034826122ea8a0cdc9f8f55a10ed6c1
doc/build/changelog/unreleased_20/9183.rst [new file with mode: 0644]
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/_typing.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/sql/util.py
test/ext/mypy/plain_files/session.py
test/ext/mypy/plain_files/typed_queries.py