nextcloud-server/lib/private/DB/QueryBuilder
Benjamin Gaussorgues 0cd1eeb509
fix(sharding): typo in addOrderBy
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-10-30 11:43:38 +07:00
..
ExpressionBuilder fix: cast to bigint on postgresql 2024-07-23 14:41:13 +07:00
FunctionBuilder fix(db): Fix md5 for oracle >= 20 2024-07-19 14:13:56 +07:00
Partitioned fix: Adjust types of IQueryBuilder to properly allow joining with sub-query 2024-09-11 15:20:42 +07:00
Sharded fix(sharding): typo in addOrderBy 2024-10-30 11:43:38 +07:00
CompositeExpression.php feat: allow inspecting the parts of the composite expression builder 2024-07-12 17:01:36 +07:00
ExtendedQueryBuilder.php fix: misc code fixes around db sharding 2024-09-16 12:19:20 +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(QueryBuilder): Account for aliases in output columns 2024-10-03 13:49:00 +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