]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix / modernize short_selects example
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2025 22:41:56 +0000 (17:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2025 22:45:09 +0000 (17:45 -0500)
commit756ab326b2608c2ce7575094e51aba5e3e65e906
tree14fe0267178fa95e66ee5f088320cf48f6f32dd1
parent1f5b1567c70b9d20b52df5b7e237b98608eac38a
fix / modernize short_selects example

Fixed the "short_selects" performance example where the cache was being
used in all the examples, making it impossible to compare performance with
and without the cache.   Less important comparisons like "lambdas" and
"baked queries" have been removed.

Change-Id: Ia55391ba23e01d2ed136c84f9c34bb16689ce10e
(cherry picked from commit 66d55b51992a463beef47212992e5b2914f9e586)
doc/build/changelog/unreleased_20/fix_examples.rst [new file with mode: 0644]
examples/performance/short_selects.py