summaryrefslogtreecommitdiff
path: root/tests/db_functions/comparison/test_coalesce.py
AgeCommit message (Expand)Author
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-08-24Refs #27412 -- Confirmed support for executing Coalesce(subquery).Simon Charette
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-29Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock
2018-08-16Reorganized comparison db function tests.Nick Pope