Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-16Revert "add case statement to sql function builder"Robin Appelman
2022-06-02add case statement to sql function builderRobin Appelman
2022-03-24Add octetLength and charLength to function builder, and testsCôme Chilliet
2022-01-06Accept multipe args on concatVitor Mattos
2022-01-04Use quote functionJoas Schilling
2022-01-04Add a test with integerJoas Schilling
2022-01-04Add unit testVitor Mattos
2022-01-03Add unit test and orderBy parameterVitor Mattos
2022-01-03Add group_concat aggregator functionVitor Mattos
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2020-11-16Add types to function builderJoas Schilling
2020-11-07Update parametersJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-11-26add LEAST and GREATER to db function builderRobin Appelman
2019-11-13add count() as shortcut for count('*') in FunctionBuilderRobin Appelman
2019-09-06add MAX and MIN to functionbuilderRobin Appelman
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-06-14Add count to function builderRobin Appelman
2018-04-11dont keep shared database locks when running cli scriptsRobin Appelman
2018-03-06Fix PHPDoc for public APIMorris Jobke
2017-12-20refactor user searchingRobin Appelman
2017-11-06Update license headersMorris Jobke
2017-04-12Add sub() to the query function builderRobin Appelman
2017-03-30fix licence headersRobin Appelman
2017-03-30Add function builder to the query builderRobin Appelman