django/tests/db_functions/comparison
Mariusz Felisiak e07609a0d1 Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on PostgreSQL.
This partly reverts commit fdfbc66331
unnecessary since b69b0c3fe8.
2021-06-22 06:28:42 +02:00
..
__init__.py
test_cast.py Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on PostgreSQL. 2021-06-22 06:28:42 +02:00
test_coalesce.py
test_collate.py Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation. 2020-09-18 12:15:46 +02:00
test_greatest.py Fixed #32178 -- Allowed database backends to skip tests and mark expected failures. 2020-12-10 18:00:57 +01:00
test_json_object.py Fixed #32179 -- Added JSONObject database function. 2020-12-02 09:30:50 +01:00
test_least.py Fixed #32178 -- Allowed database backends to skip tests and mark expected failures. 2020-12-10 18:00:57 +01:00
test_nullif.py Refs #28643 -- Added NullIf database function. 2019-01-10 12:10:12 -05:00