aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/FunctionBuilder
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix(db): Fix md5 for oracle >= 20Joas Schilling2024-07-192-1/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-244-80/+8
* 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-283-1/+13
* Use OCTET_LENGTH which is more common than LENGTHBCôme Chilliet2022-03-242-1/+7
* Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-242-0/+18
* Unit testsVitor Mattos2022-01-071-1/+1
* Accept multipe args on concatVitor Mattos2022-01-064-6/+30
* Use quote functionJoas Schilling2022-01-041-6/+2
* Try escaping Oracle single quotesJoas Schilling2022-01-041-1/+1
* Add a test with integerJoas Schilling2022-01-044-12/+22
* Fix oracle LISTAGGJoas Schilling2022-01-031-1/+1
* Add unit testVitor Mattos2022-01-034-23/+11
* Add unit test and orderBy parameterVitor Mattos2022-01-034-9/+34
* Add group_concat aggregator functionVitor Mattos2022-01-033-0/+18
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+4
* 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