summaryrefslogtreecommitdiff
path: root/tests/db_functions/comparison
Commit message (Expand)AuthorAgeFilesLines
* Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.David Wobrock2023-03-141-0/+9
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-6/+6
* Refs #27412 -- Confirmed support for executing Coalesce(subquery).Simon Charette2022-08-241-4/+7
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-077-213/+274
* Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock2021-09-291-1/+12
* Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on Po...Mariusz Felisiak2021-06-221-0/+17
* Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.Tilman Koschnick2021-01-291-14/+1
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-102-4/+2
* Fixed #32179 -- Added JSONObject database function.Artur Beltsov2020-12-021-0/+82
* Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.Tom Carrick2020-09-181-1/+1
* Fixed #31987 -- Fixed Cast() with DurationField on MySQL.Petr Čermák2020-09-091-0/+10
* Fixed #21181 -- Added Collate database function.Tom Carrick2020-08-111-0/+56
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-4/+2
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+1
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-0/+1
* Refs #28643 -- Added NullIf database function.Mads Jensen2019-01-101-0/+40
* Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField.Mariusz Felisiak2018-10-151-1/+15
* Fixed #29767 -- Made date-related casts work on SQLiteClaude Paroz2018-10-011-2/+39
* Reorganized comparison db function tests.Nick Pope2018-08-165-0/+337