summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* Unit testsVitor Mattos2022-01-071-1/+1
* Accept multipe args on concatVitor Mattos2022-01-061-2/+7
* Add a test with integerJoas Schilling2022-01-041-2/+6
* Add unit testVitor Mattos2022-01-031-8/+4
* Add unit test and orderBy parameterVitor Mattos2022-01-031-3/+8
* Add group_concat aggregator functionVitor Mattos2022-01-031-0/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Add types to function builderJoas Schilling2020-11-161-1/+2
* Update license headersChristoph Wurst2019-12-051-1/+1
* 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