]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
`aggregate_order_by` now supports cache generation.
authorFederico Caselli <cfederico87@gmail.com>
Sun, 25 Sep 2022 14:37:15 +0000 (16:37 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Sep 2022 01:14:48 +0000 (21:14 -0400)
commitc86ec8f8c98b756ef06933174a3f4a0f3cfbed41
tree35535594dd1b6436a12f69797464f8e2c090e904
parent75ab50869b37368f32ec311dfb59777c0c1d1edb
`aggregate_order_by` now supports cache generation.

also adjusted CacheKeyFixture to be a general purpose
fixture so that sub-components / dialects can run
their own cache key tests.

Fixes: #8574
Change-Id: I6c66107856aee11e548d357cea77bceee3e316a0
doc/build/changelog/unreleased_14/8574.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/ext.py
lib/sqlalchemy/testing/fixtures.py
test/dialect/postgresql/test_compiler.py
test/orm/test_cache_key.py
test/orm/test_deprecations.py
test/sql/test_compare.py