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 "make expression build return IQueryFunction instead of string"Robin Appelman
2022-06-02make expression build return IQueryFunction instead of stringRobin Appelman
2022-05-23Adjust docs to the same as the implementationfollowup/32378/adjust-docs-on-interfaceJoas Schilling
2022-05-20Fix psalm issues related to the user backendfix/psalm-userbackendCarl Schwan
2022-04-22tell mysql to ignore the sort index for search queriesmysql-search-ignore-index-2Robin Appelman
2022-04-13Add a metadata service to store file metadataCarl Schwan
2022-03-17Do chuncked job deletionfeat/chunked-mysql-joblist-removeCarl Schwan
2022-01-21Prevent query error when use subqueryVitor Mattos
2021-11-15Allow NULL as well for limit, not integer onlyJoas Schilling
2021-10-22Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-25executeUpdate is also deprecatedLukas Reschke
2021-05-05Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst
2021-03-05Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma
2021-03-04Remove RedundantcastsRoeland Jago Douma
2021-03-04Add executeQuery and executeUpdateRoeland Jago Douma
2021-03-03allow non string join conditions in query builderRobin Appelman
2021-02-17Add expression taint source and sanitizerLukas Reschke
2021-01-12Add our own DB exception abstractionChristoph Wurst
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-10-30Psalm fixesRoeland Jago Douma
2020-10-03Add explicit typecast for $value.Daniel Kesselberg
2020-10-02Update signature for setDaniel Kesselberg
2020-09-17Unify links to php.netJ0WI
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-14Update documentation for QueryBuilder::setDaniel Kesselberg
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-13return from QueryBuilder instead of IQueryBuilderRobin Appelman
2018-03-13Made orHaving varadicRoeland Jago Douma
2018-03-13Made addHaving varadicRoeland Jago Douma
2018-03-13Make having varadicRoeland Jago Douma
2018-03-13Made addGroupBy varadicRoeland Jago Douma
2018-03-13Made groupBy varadicRoeland Jago Douma
2018-03-13Made orWhere varadicRoeland Jago Douma
2018-03-13Made andWhere varadicRoeland Jago Douma
2018-03-13Made where varadicRoeland Jago Douma
2018-03-13Made AddSelect varadicRoeland Jago Douma
2018-03-13Made select varadicRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-08-01Function also accepts intsLukas Reschke
2017-03-30rename fun to funcRobin Appelman
2017-03-30Add function builder to the query builderRobin Appelman
2016-07-21Fix othersJoas Schilling
2016-05-17\OCP\DB to PSR-4 (#24650)Roeland Douma