nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder
Robin Appelman 813b50ed42
make expression build return IQueryFunction instead of string
this allows passing the expressions to further expressions without them being escaped as column names

Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-02 15:52:08 +02:00
..
ExpressionBuilder.php make expression build return IQueryFunction instead of string 2022-06-02 15:52:08 +02:00
MySqlExpressionBuilder.php make expression build return IQueryFunction instead of string 2022-06-02 15:52:08 +02:00
OCIExpressionBuilder.php make expression build return IQueryFunction instead of string 2022-06-02 15:52:08 +02:00
PgSqlExpressionBuilder.php make expression build return IQueryFunction instead of string 2022-06-02 15:52:08 +02:00
SqliteExpressionBuilder.php make expression build return IQueryFunction instead of string 2022-06-02 15:52:08 +02:00