Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/db_functions
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-2/+2
|
* Refs #25629 -- Added `arity` class attribute to `Func` ↵Sergey Fedoseev2015-11-021-0/+3
| | | | expressions
* Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton2015-10-171-1/+15
|
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-0/+94
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Fixed tests for refs #24767 on databases that don't ↵Tim Graham2015-06-081-4/+8
| | | | support microseconds.
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-052-3/+208
| | | | Greatest and Least are row-level Function versions of Min and Max.
* Fixed #24866 -- Added Now() database functionAdam Chainz2015-06-021-1/+40
|
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-111-1/+1
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
|
* Fixed #24183 -- Fixed wrong comparisons in SubstrJosh Smeaton2015-01-201-0/+12
|
* Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton2015-01-121-0/+69
|
* Fixed #23753 -- Oracle failure with CoalesceJosh Smeaton2014-12-291-0/+12
|
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-273-0/+251
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