aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-20/+2
* Fix LENGTH function name across databasesCôme Chilliet2022-03-281-0/+6
* Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-241-0/+6
* Accept multipe args on concatVitor Mattos2022-01-061-2/+7
* Add a test with integerJoas Schilling2022-01-041-1/+1
* Add unit testVitor Mattos2022-01-031-3/+3
* Add unit test and orderBy parameterVitor Mattos2022-01-031-0/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Add types to function builderJoas Schilling2020-11-161-15/+3
* Update parametersJoas Schilling2020-11-071-0/+13
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+1
* add LEAST and GREATER to db function builderRobin Appelman2019-11-261-0/+9
* Update license headersMorris Jobke2017-11-061-0/+3
* Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-07-281-1/+1
* fix licence headersRobin Appelman2017-03-301-8/+9
* Add function builder to the query builderRobin Appelman2017-03-301-0/+29