aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/ExtendedQueryBuilder.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: allow running QueryBuilder queries on different connectionsRobin Appelman2024-07-151-7/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add base class for extending the query builderRobin Appelman2024-07-121-0/+290
Signed-off-by: Robin Appelman <robin@icewind.nl>