nextcloud-server/lib/private/DB/QueryBuilder
Joas Schilling b656edc47c
fix(db): Fix md5 for oracle >= 20
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-19 14:13:56 +07:00
..
ExpressionBuilder fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()` without parameters 2024-07-19 11:21:16 +07:00
FunctionBuilder fix(db): Fix md5 for oracle >= 20 2024-07-19 14:13:56 +07:00
CompositeExpression.php feat: allow inspecting the parts of the composite expression builder 2024-07-12 17:01:36 +07:00
ExtendedQueryBuilder.php feat: allow running QueryBuilder queries on different connections 2024-07-15 22:41:04 +07:00
Literal.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Parameter.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
QueryBuilder.php fix(db): Manually track if `where()` is called when not empty to avoid recursion 2024-07-19 11:21:16 +07:00
QueryFunction.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
QuoteHelper.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00