]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Deprecate add of columns in order by with distinct
authorFederico Caselli <cfederico87@gmail.com>
Sat, 15 Feb 2020 11:34:37 +0000 (12:34 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Mar 2020 14:49:27 +0000 (10:49 -0400)
commitcdbe3f84ba4656fd54205212b5adcd5ad9c8e8d2
treeba5cc03910274939dbb19b123df9236bceb44ecd
parent7ab1a62d886a9fe40eb368bbbe73b6436b9cbb4b
Deprecate add of columns in order by with distinct

Deprecate automatic addition of order by column in a query with a distinct

Fixes: #5134
Change-Id: I467a39379c496be7e84a05f11ba9f8ca2bcc6e32
doc/build/changelog/migration_20.rst
doc/build/changelog/unreleased_14/5134.rst [new file with mode: 0644]
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/testing/assertsql.py
test/orm/test_deprecations.py
test/orm/test_query.py