]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add DictBundle
authorFederico Caselli <cfederico87@gmail.com>
Mon, 3 Nov 2025 22:04:45 +0000 (23:04 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 15 Nov 2025 18:33:07 +0000 (18:33 +0000)
commit850f7ae12ea5783ca451a9e576a17a35966b290f
treef33a11d2e3edbe1e5d734d22c04495506b4b8ab3
parent8383e3f48c900fa248f026218fed0cea5ad0e6a5
Add DictBundle

Added :class:`_orm.DictBundle` as a subclass of :class:`_orm.Bundle`
that returns ``dict`` objects.

Fixes: #12960
Change-Id: I798fb917779eb95bda575f2809e58c2f6d3c4706
doc/build/changelog/unreleased_21/12960.rst [new file with mode: 0644]
doc/build/orm/queryguide/api.rst
doc/build/orm/queryguide/select.rst
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/util.py
test/orm/dml/test_bulk_statements.py
test/orm/test_bundle.py