]> 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:16:41 +0000 (21:16 -0400)
commite3a71aadd7637824e5a6937118668f304460d003
tree28cd00e286fd3419c037501b90ef5413f7916353
parentb9e2926d661b80ee7b7c094c92cfa272d81b0b8b
`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
(cherry picked from commit 7980b677085fc759a0406f6778b9729955f3c7f6)
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