nextcloud-server/lib/private/DB/QueryBuilder
Joas Schilling 5828f3c4f9
Prevent * and other things in the same query for Oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-14 09:35:50 +01:00
..
ExpressionBuilder Fix iLike() falsely turning escaped % and _ into wildcards 2020-11-06 16:22:13 +01:00
FunctionBuilder Add types to function builder 2020-11-16 19:46:24 +01:00
CompositeExpression.php
Literal.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Parameter.php
QueryBuilder.php Prevent * and other things in the same query for Oracle 2020-12-14 09:35:50 +01:00
QueryFunction.php
QuoteHelper.php