summaryrefslogtreecommitdiff
path: root/tests/db_functions/text
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34554 -- Fixed Reverse(Value(…)) crash on Oracle.Mariusz Felisiak2023-05-101-6/+9
* Fixed #34480 -- Fixed crash of annotations with Chr().Jacob Walls2023-04-111-1/+11
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-0813-38/+38
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-073-8/+18
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0721-406/+558
* Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson2021-12-222-0/+3
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-2/+0
* Refs #30446 -- Defined default output_field of text database functions.Simon Charette2020-06-165-11/+11
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...Nick Pope2019-03-205-0/+232
* Refs #28643 -- Added MD5 database function.Mariusz Felisiak2019-02-211-0/+41
* Refs #28643 -- Added Reverse database function.Nick Pope2019-01-121-0/+46
* Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy2018-09-102-0/+10
* Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-216-24/+12
* Reorganized text db function tests.Nick Pope2018-08-1615-0/+609