]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Expect ordering NULLs to work and skip nested aggregate tests on sqlite >= 3.30.
authorNils Philippsen <nils@tiptoe.de>
Sat, 2 Nov 2019 21:36:50 +0000 (17:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Nov 2019 17:10:36 +0000 (12:10 -0500)
commit8654e96df8dc435bb775763cfb6bffe0d21d95cd
tree37dc2496b72eb32b2b7fd2068b260dfdb026def1
parente4459b99c0d48449c7a7b73924cdc6f8a9fa9d08
Expect ordering NULLs to work and skip nested aggregate tests on sqlite >= 3.30.

Fixed test failures which would occur with newer SQLite as of version 3.30
or greater, due to their addition of nulls ordering syntax as well as new
restrictions on aggregate functions.  Pull request courtesy Nils Philippsen.

Fixes: #4920
Closes: #4921
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4921
Pull-request-sha: e18534a9045786efdaf4963515222838c62e0300

Change-Id: Idb2fc96e23e7cc96cf96f586208c2db561518202
(cherry picked from commit 6b5d94da84452b125f6788f0e1472b94a43ffc16)
doc/build/changelog/unreleased_13/4920.rst [new file with mode: 0644]
test/requirements.py