summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* fix(db): Fix md5 for oracle >= 20Joas Schilling2024-07-191-1/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-20/+2
* Revert "add case statement to sql function builder"Robin Appelman2022-08-161-11/+0
* add case statement to sql function builderRobin Appelman2022-06-021-0/+11
* Fix LENGTH function name across databasesCôme Chilliet2022-03-281-1/+1
* Use OCTET_LENGTH which is more common than LENGTHBCôme Chilliet2022-03-241-1/+1
* Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-241-0/+12
* 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