summaryrefslogtreecommitdiffstats
path: root/lib/public/DB/QueryBuilder/IFunctionBuilder.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add LEAST and GREATER to db function builderRobin Appelman2019-11-261-0/+30
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add count() as shortcut for count('*') in FunctionBuilderRobin Appelman2019-11-131-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add MAX and MIN to functionbuilderRobin Appelman2019-09-061-0/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add count to function builderRobin Appelman2018-06-141-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-0/+16
| | | | | | For cli scripts we don't have the assumption that the universe will be cleaned up soon Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix PHPDoc for public APIMorris Jobke2018-03-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* refactor user searchingRobin Appelman2017-12-201-0/+9
| | | | | | add additional user searching tests Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add sub() to the query function builderRobin Appelman2017-04-121-0/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix licence headersRobin Appelman2017-03-301-8/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add function builder to the query builderRobin Appelman2017-03-301-0/+61
Signed-off-by: Robin Appelman <robin@icewind.nl>