Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/functions.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #25629 -- Added `arity` class attribute to `Func` ↵Sergey Fedoseev2015-11-021-6/+0
| | | | expressions
* Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton2015-10-171-6/+9
|
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-5/+9
|
* Minor edits to Greatest/Least docs; refs #24767.Tim Graham2015-06-051-4/+2
|
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-0/+42
| | | | Greatest and Least are row-level Function versions of Min and Max.
* Fixed #24866 -- Added Now() database functionAdam Chainz2015-06-021-1/+17
|
* Fixed #24609 -- Made ConcatPair use CONCAT_WS() on MySQLAdam Chainz2015-04-091-1/+3
|
* Fixed #24183 -- Fixed wrong comparisons in SubstrJosh Smeaton2015-01-201-2/+2
|
* Fixed #23753 -- Oracle failure with CoalesceJosh Smeaton2014-12-291-0/+12
|
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-271-0/+125
Added functions and tests Added docs and more tests Added TextField converter to mysql backend Aliased Value as V in example docs and tests Removed unicode_compatible in example Fixed console emulation in examples