summaryrefslogtreecommitdiff
path: root/tests/db_functions
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...Anatol Ulrich2019-10-021-5/+60
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-0/+1
* Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups ...Hasan Ramezani2019-07-121-0/+7
* Fixed #30128 -- Fixed handling timedelta timezone in database functions.can2019-06-131-1/+9
* Fixed #29396 -- Added indirect values support to __year lookups.Simon Charette2019-05-211-0/+10
* Fixed #30494 -- Disabled __year lookup optimization for indirect values.Simon Charette2019-05-211-1/+10
* Fixed #30271 -- Added the Sign database function.Nick Pope2019-03-221-0/+53
* Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...Nick Pope2019-03-208-0/+322
* Simplified test_transform()s in db_functions.math.Mariusz Felisiak2019-03-1416-32/+32
* Fixed #29754 -- Added is_dst parameter to Trunc database functions.ahbk2019-03-071-0/+24
* Refs #28643 -- Added MD5 database function.Mariusz Felisiak2019-02-211-0/+41
* Refs #28643 -- Added Reverse database function.Nick Pope2019-01-121-0/+46
* 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
* Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy2018-09-1023-5/+154
* Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-2123-102/+51
* Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal2018-08-181-35/+87
* Reorganized datetime db function tests.Nick Pope2018-08-164-47/+49
* Reorganized comparison db function tests.Nick Pope2018-08-166-301/+261
* Reorganized text db function tests.Nick Pope2018-08-1616-264/+277
* Reorganized window db function tests.Nick Pope2018-08-162-0/+0
* Fixed #29648 -- Fixed crash when using subqueries inside datetime truncation ...Raphael Michel2018-08-072-2/+35
* Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.Mariusz Felisiak2018-07-251-0/+2
* Refs #28643 -- Added math database functions.Junyi Jiao2018-07-0523-0/+980
* Refs #28643 -- Added Repeat database function.Mariusz Felisiak2018-04-031-0/+24
* Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...Mariusz Felisiak2018-04-031-2/+12
* Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak2018-03-191-0/+34
* Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak2018-03-151-0/+40
* Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.Sergey Fedoseev2018-03-121-0/+3
* Refs #28643 -- Added Ord, Chr, Left, and Right database functions.bobort2018-02-234-0/+113
* Removed redundant lookup name in register_lookup() calls.Tim Graham2018-02-191-10/+10
* Fixed imports per isort 4.3.0.Mariusz Felisiak2018-02-011-1/+0
* Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal2018-01-271-2/+34
* Fixed #29047 -- Corrected Substr test to use expressions.Daniel Hones2018-01-241-5/+6
* Refs #28643 -- Added Replace database function.Mads Jensen2018-01-171-0/+55
* Fixed #28857 -- Fixed invalid SQL when using Cast with complex expressions on...hayashi2018-01-171-2/+16
* Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.Sergey Fedoseev2017-12-271-2/+5
* Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.Mariusz Felisiak2017-12-201-4/+1
* Fixed #28727 -- Fixed Cast crash on SQLite when casting a Python date/datetim...Mariusz Felisiak2017-12-191-1/+16
* Removed DatabaseFeatures.supports_microsecond_precision.Tim Graham2017-09-252-75/+64
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-0/+39
* Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...Mariusz Felisiak2017-07-271-0/+4
* Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.Mariusz Felisiak2017-07-171-1/+8
* Fixed #27473 -- Added DurationField support to Extract.Daniel Hahler2017-06-281-2/+34
* Fixed #28329 -- Fixed Cast() with Big/Small/Positive/PositiveSmallIntegerFiel...Mariusz Felisiak2017-06-211-1/+13
* Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen2017-06-081-3/+102
* Refs #27834 -- Removed Value wrapping from StrIndex's substring param.Adam Johnson2017-04-031-8/+9
* Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...Sergey Fedoseev2017-03-292-1/+25
* Fixed #27834 -- Added StrIndex database function.Brad Melin2017-03-141-0/+65