summaryrefslogtreecommitdiff
path: root/django/db/models/functions/comparison.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+1
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-1/+9
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-41/+59
* Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock2021-09-291-2/+2
* Refs #26430 -- Re-introduced empty aggregation optimization.Simon Charette2021-07-021-0/+8
* Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on Po...Mariusz Felisiak2021-06-221-0/+6
* Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.Tilman Koschnick2021-01-291-6/+0
* Fixed #32179 -- Added JSONObject database function.Artur Beltsov2020-12-021-0/+42
* Fixed #21181 -- Added Collate database function.Tom Carrick2020-08-111-0/+18
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-1/+14
* Simplified overriding source expressions in some database functions.Nick Pope2019-01-141-7/+3
* Refs #28643 -- Added NullIf database function.Mads Jensen2019-01-101-1/+12
* Simplified some imports for database functions.Nick Pope2019-01-081-1/+1
* Fixed #29767 -- Made date-related casts work on SQLiteClaude Paroz2018-10-011-0/+14
* Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena2018-08-231-11/+11
* Fixed #28857 -- Fixed invalid SQL when using Cast with complex expressions on...hayashi2018-01-171-1/+3
* Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.Sergey Fedoseev2017-12-271-0/+5
* Refs #28643 -- Reorganized database functions.Mariusz Felisiak2017-10-131-0/+84