aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-14/+14
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-191-7/+12
* feat: allow inspecting the parts of the composite expression builderRobin Appelman2024-07-121-4/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-23/+4
* Cast datetime columns in sqlite before comparingJulius Härtl2023-12-291-14/+23
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-161-48/+48
* make expression build return IQueryFunction instead of stringRobin Appelman2022-06-021-48/+48
* Fix psalm complaintJoas Schilling2022-01-041-0/+1
* Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet2021-11-231-2/+2
* Allow casting query functions as wellJoas Schilling2021-07-071-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Type the experssionbuildersRoeland Jago Douma2021-03-031-27/+28
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-3/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Update signature for in/notInDaniel Kesselberg2020-10-021-2/+2
* Update signature for like/notLike/in/notInDaniel Kesselberg2020-10-021-4/+5
* Update license headersChristoph Wurst2019-12-051-1/+2
* Made IExpressionBuilder varadicRoeland Jago Douma2018-03-131-8/+6
* reuse query builderRobin Appelman2018-01-121-3/+4
* refactor user searchingRobin Appelman2017-12-201-3/+6
* Add a method to compare empty strings with an expressionJoas Schilling2017-08-021-0/+23
* Add bitwise AND and OR to the expression builderJoas Schilling2017-01-051-1/+37
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-0/+370