nextcloud/lib/public/DB/QueryBuilder
Côme Chilliet 18a91f02fa
Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\ExpressionBuilder::literal
This fixes PHP errors about passing null to PDO::quote second parameter.
We may want to change IExpressionBuilder as well?

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-11-23 09:29:02 +01:00
..
ICompositeExpression.php Update php licenses 2021-06-04 22:02:41 +02:00
IExpressionBuilder.php Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\ExpressionBuilder::literal 2021-11-23 09:29:02 +01:00
IFunctionBuilder.php Update php licenses 2021-06-04 22:02:41 +02:00
ILiteral.php Update php licenses 2021-06-04 22:02:41 +02:00
IParameter.php Update php licenses 2021-06-04 22:02:41 +02:00
IQueryBuilder.php Allow NULL as well for limit, not integer only 2021-11-15 18:51:28 +01:00
IQueryFunction.php Update php licenses 2021-06-04 22:02:41 +02:00