nextcloud-server/lib/private/DB/QueryBuilder
Carl Schwan c21b8169ff refactor(querybuilder): Port away from qb::execute() in lib/
Replace by either executeStatement or executeQuery

Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
2025-09-02 11:55:56 +07:00
..
ExpressionBuilder chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
FunctionBuilder fix: fix oci string length with empty strings 2025-08-01 17:45:35 +07:00
Partitioned chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Sharded refactor(querybuilder): Port away from qb::execute() in lib/ 2025-09-02 11:55:56 +07:00
CompositeExpression.php chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 07:57:35 +07:00
ExtendedQueryBuilder.php
Literal.php
Parameter.php
QueryBuilder.php feat(database): Add option to test for mariadb 2025-08-08 07:50:51 +07:00
QueryFunction.php
QuoteHelper.php