aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php
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-191-0/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-241-20/+2
* Fix LENGTH function name across databasesCôme Chilliet2022-03-281-0/+6
* Use OCTET_LENGTH which is more common than LENGTHBCôme Chilliet2022-03-241-0/+6
* Accept multipe args on concatVitor Mattos2022-01-061-0/+9
* 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-041-0/+6
* Fix oracle LISTAGGJoas Schilling2022-01-031-1/+1
* Add unit testVitor Mattos2022-01-031-5/+2
* Add unit test and orderBy parameterVitor Mattos2022-01-031-3/+7
* Add group_concat aggregator functionVitor Mattos2022-01-031-0/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Add types to function builderJoas Schilling2020-11-161-3/+3
* Update parametersJoas Schilling2020-11-071-2/+2
* Make sure Oracle always casts everything in the best wayJoas Schilling2020-11-061-0/+43
* Update license headersChristoph Wurst2019-12-051-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* fix licence headersRobin Appelman2017-03-301-8/+9
* Add function builder to the query builderRobin Appelman2017-03-301-0/+29