aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/Partitioned/PartitionedQueryBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen6 days1-4/+4
* fix: allow hinting the shard keys for joined tablesshard-key-hint-partitionRobin Appelman2025-06-101-0/+15
* fix: improve logic for ensuring join columns are selected for partitioned que...sharding-select-fixesRobin Appelman2024-12-121-3/+21
* fix: handle calling select on partitioned queries with an array of columnsRobin Appelman2024-12-121-0/+3
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-3/+3
* fix: Adjust types of IQueryBuilder to properly allow joining with sub-queryFerdinand Thiessen2024-09-101-1/+1
* chore: Apply php:cs recommendationsLouis Chemineau2024-08-281-2/+2
* feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-11/+22
* feat: add option to automatically partition queries by specific tablesRobin Appelman2024-08-281-0/+415