summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* Fix groupConcat and ordering on OracleVitor Mattos2022-01-211-1/+1
* Accept multipe args on concatVitor Mattos2022-01-061-2/+7
* Add a test with integerJoas Schilling2022-01-041-9/+9
* Add unit testVitor Mattos2022-01-031-7/+2
* Add unit test and orderBy parameterVitor Mattos2022-01-031-3/+14
* Add group_concat aggregator functionVitor Mattos2022-01-031-0/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Add types to function builderJoas Schilling2020-11-161-24/+12
* Update parametersJoas Schilling2020-11-071-0/+13
* Update license headersChristoph Wurst2019-12-051-1/+2
* add LEAST and GREATER to db function builderRobin Appelman2019-11-261-0/+8
* add count() as shortcut for count('*') in FunctionBuilderRobin Appelman2019-11-131-2/+3
* add MAX and MIN to functionbuilderRobin Appelman2019-09-061-0/+8
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+3
* Add count to function builderRobin Appelman2018-06-141-0/+4
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-0/+8
* refactor user searchingRobin Appelman2017-12-201-0/+4
* Update license headersMorris Jobke2017-11-061-0/+2
* Add sub() to the query function builderRobin Appelman2017-04-121-0/+4
* fix licence headersRobin Appelman2017-03-301-8/+9
* Add function builder to the query builderRobin Appelman2017-03-301-0/+55