mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-22 00:22:01 -04:00
8654e96df8
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:e18534a904Change-Id: Idb2fc96e23e7cc96cf96f586208c2db561518202 (cherry picked from commit6b5d94da84)