summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/FunctionBuilder
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Add types to function builderJoas Schilling2020-11-164-43/+20
* Update parametersJoas Schilling2020-11-073-2/+28
* Make sure Oracle always casts everything in the best wayJoas Schilling2020-11-061-0/+43
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-054-4/+5
* add LEAST and GREATER to db function builderRobin Appelman2019-11-262-0/+17
* 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-064-0/+10
* Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-07-282-2/+2
* Add sub() to the query function builderRobin Appelman2017-04-121-0/+4
* fix licence headersRobin Appelman2017-03-304-32/+36
* Add function builder to the query builderRobin Appelman2017-03-304-0/+142