aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/QueryBuilder/Sharded/SharedQueryBuilderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: support migrating an instance to shardingsharding-existingRobin Appelman2025-02-251-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-7/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* test(phpunit): skip sharding tests on 32bitArthur Schiwon2024-08-291-0/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* chore: Apply php:cs recommendationsLouis Chemineau2024-08-281-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-0/+125
Signed-off-by: Robin Appelman <robin@icewind.nl>