aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/DB/QueryBuilder/IQueryBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-1/+2
* Merge pull request #47852 from nextcloud/sharding-code-fixesJohn Molakvoæ2024-09-161-2/+2
|\
| * fix: misc code fixes around db shardingsharding-code-fixesRobin Appelman2024-09-091-2/+2
* | fix: Adjust types of IQueryBuilder to properly allow joining with sub-queryFerdinand Thiessen2024-09-101-2/+6
|/
* fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-281-1/+1
* feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-0/+27
* feat: track expected output columns in query builderRobin Appelman2024-08-281-0/+8
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-191-3/+4
* fix(db): Deprecate `getState()` as per upstreamJoas Schilling2024-07-191-0/+2
* fix(db): Deprecate using table alias for DELETE and UPDATEJoas Schilling2024-07-191-5/+8
* fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ...Joas Schilling2024-07-191-0/+8
* feat: allow running QueryBuilder queries on different connectionsRobin Appelman2024-07-151-3/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+4
* chore: Add missing parameter to docblock tag psalm-taint-sinkCôme Chilliet2024-04-221-1/+1
* fix(dbal): Fix types in query builder methods for parametersJoas Schilling2023-10-181-2/+2
* fix(dbal): Doctrine\DBAL\Connection::PARAM_* types are deprecatedJoas Schilling2023-10-061-2/+3
* fix(dbal): Migrate to Doctrine\DBAL\ParameterTypesJoas Schilling2023-08-231-5/+6
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-161-4/+4
* make expression build return IQueryFunction instead of stringRobin Appelman2022-06-021-4/+4
* Adjust docs to the same as the implementationJoas Schilling2022-05-231-1/+1
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-1/+1
* tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-221-1/+1
* Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+5
* Do chuncked job deletionCarl Schwan2022-03-171-0/+5
* Prevent query error when use subqueryVitor Mattos2022-01-211-2/+2
* Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-151-2/+2
* Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-221-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* executeUpdate is also deprecatedLukas Reschke2021-05-251-1/+1
* Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-051-4/+4
* Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-051-1/+1
|\
| * Remove RedundantcastsRoeland Jago Douma2021-03-041-1/+1
* | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+23
|/
* allow non string join conditions in query builderRobin Appelman2021-03-031-4/+4
* Add expression taint source and sanitizerLukas Reschke2021-02-171-0/+77
* Add our own DB exception abstractionChristoph Wurst2021-01-121-0/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+6
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Psalm fixesRoeland Jago Douma2020-10-301-1/+1
* | Add explicit typecast for $value.Daniel Kesselberg2020-10-031-1/+1
* | Update signature for setDaniel Kesselberg2020-10-021-1/+1
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Update documentation for QueryBuilder::setDaniel Kesselberg2020-08-141-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-8/+8
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0