Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #34554 -- Fixed Reverse(Value(…)) crash on Oracle. | Mariusz Felisiak | 2023-05-10 | 1 | -1/+2 |
| | |||||
* | Fixed #34480 -- Fixed crash of annotations with Chr(). | Jacob Walls | 2023-04-11 | 1 | -0/+1 |
| | |||||
* | Refs #30240 -- Fixed argument name for MySQLSHA2Mixin.as_mysql() and ↵ | Marti Raudsepp | 2023-01-09 | 1 | -4/+4 |
| | | | | PostgreSQLSHAMixin.as_postgresql() methods. | ||||
* | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | 2022-12-15 | 1 | -2/+16 |
| | | | | | | | Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -75/+103 |
| | |||||
* | Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin. | Sergey Fedoseev | 2020-07-02 | 1 | -18/+2 |
| | | | Bug was fixed in mysqlclient 1.3.13. | ||||
* | Refs #30446 -- Defined default output_field of text database functions. | Simon Charette | 2020-06-16 | 1 | -1/+5 |
| | | | | | | | This prevented the default behavior of BaseExpression._resolve_output_field from error'ing out when such functions accepted both expressions from mixed types (e.g. SubStr(CharField, IntegerField, IntegerField)). | ||||
* | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database ↵ | Nick Pope | 2019-03-20 | 1 | -12/+64 |
| | | | | | functions. Thanks Mariusz Felisiak and Tim Graham for reviews. | ||||
* | Refs #28643 -- Added MD5 database function. | Mariusz Felisiak | 2019-02-21 | 1 | -0/+16 |
| | | | Thanks Tim Graham, Nick Pope and Simon Charette for reviews. | ||||
* | Avoided calling as_oracle() for SQLite in Left database function. | Nick Pope | 2019-01-14 | 1 | -3/+3 |
| | |||||
* | Simplified overriding source expressions in some database functions. | Nick Pope | 2019-01-14 | 1 | -3/+2 |
| | |||||
* | Refs #28643 -- Added Reverse database function. | Nick Pope | 2019-01-12 | 1 | -0/+19 |
| | | | | Thanks Mariusz Felisiak for Oracle advice and review. | ||||
* | Simplified some imports for database functions. | Nick Pope | 2019-01-08 | 1 | -3/+5 |
| | | | Used more specific modules to reduce the risk of circular imports. | ||||
* | Fixed #29500 -- Fixed SQLite function crashes on null values. | Srinivas Reddy Thatiparthy | 2018-09-10 | 1 | -3/+4 |
| | | | | | Co-authored-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> | ||||
* | Fixed #29048 -- Added **extra_context to database function as_vendor() methods. | priyanshsaxena | 2018-08-23 | 1 | -16/+25 |
| | |||||
* | Refs #28643 -- Added Repeat database function. | Mariusz Felisiak | 2018-04-03 | 1 | -0/+14 |
| | | | Thanks Tim Graham and Nick Pope for reviews. | ||||
* | Fixed #29251 -- Added bytes to str conversion in LPad/RPad database ↵ | Mariusz Felisiak | 2018-04-03 | 1 | -1/+17 |
| | | | | | functions on MySQL. Thanks Tim Graham for the review. | ||||
* | Refs #28643 -- Added LPad and RPad database functions. | Mariusz Felisiak | 2018-03-19 | 1 | -0/+13 |
| | | | Thanks Tim Graham for the review. | ||||
* | Refs #28643 -- Added LTrim, RTrim, and Trim database functions. | Mariusz Felisiak | 2018-03-15 | 1 | -0/+15 |
| | | | Thanks Tim Graham and Mads Jensen for reviews. | ||||
* | Refs #28643 -- Added Ord, Chr, Left, and Right database functions. | bobort | 2018-02-23 | 1 | -1/+60 |
| | |||||
* | Refs #28643 -- Added Replace database function. | Mads Jensen | 2018-01-17 | 1 | -0/+7 |
| | |||||
* | Refs #28643 -- Reorganized database functions. | Mariusz Felisiak | 2017-10-13 | 1 | -0/+113 |
Thanks Tim Graham for the review. |