aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(db): Fix md5 for oracle >= 20Joas Schilling2024-07-191-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix LENGTH function name across databasesCôme Chilliet2022-03-281-0/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use OCTET_LENGTH which is more common than LENGTHBCôme Chilliet2022-03-241-0/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Accept multipe args on concatVitor Mattos2022-01-061-0/+9
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Use quote functionJoas Schilling2022-01-041-6/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Try escaping Oracle single quotesJoas Schilling2022-01-041-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a test with integerJoas Schilling2022-01-041-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix oracle LISTAGGJoas Schilling2022-01-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add unit testVitor Mattos2022-01-031-5/+2
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Add unit test and orderBy parameterVitor Mattos2022-01-031-3/+7
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Add group_concat aggregator functionVitor Mattos2022-01-031-0/+7
| | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add types to function builderJoas Schilling2020-11-161-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update parametersJoas Schilling2020-11-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure Oracle always casts everything in the best wayJoas Schilling2020-11-061-0/+43
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix licence headersRobin Appelman2017-03-301-8/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add function builder to the query builderRobin Appelman2017-03-301-0/+29
Signed-off-by: Robin Appelman <robin@icewind.nl>