aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/ExpressionBuilder
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-14/+14
* fix: cast to bigint on postgresqlRobin Appelman2024-07-231-1/+1
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-192-15/+16
* feat: allow inspecting the parts of the composite expression builderRobin Appelman2024-07-121-4/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-245-107/+18
* Cast datetime columns in sqlite before comparingJulius Härtl2023-12-293-86/+59
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-165-84/+81
* make expression build return IQueryFunction instead of stringRobin Appelman2022-06-025-81/+84
* Fix psalm complaintJoas Schilling2022-01-041-0/+1
* Explicitly cast char in the query builderJulius Härtl2022-01-043-0/+21
* Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet2021-11-231-2/+2
* make it possible to override the default collationArthur Schiwon2021-09-011-3/+3
* Allow casting query functions as wellJoas Schilling2021-07-073-5/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-6/+7
* Type the experssionbuildersRoeland Jago Douma2021-03-035-49/+51
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-8/+8
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling2020-11-061-3/+1
* Fix casting to integer on OracleJoas Schilling2020-11-061-0/+4
* Update signature for in/notInDaniel Kesselberg2020-10-021-2/+2
* Update signature for like/notLike/in/notInDaniel Kesselberg2020-10-021-4/+5
* Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma2020-04-151-8/+0
* Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling2020-04-151-0/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Update license headersChristoph Wurst2019-12-055-5/+8
* add casting to string for postgresql query builderRobin Appelman2019-03-141-5/+7
* Made IExpressionBuilder varadicRoeland Jago Douma2018-03-131-8/+6
* reuse query builderRobin Appelman2018-01-122-5/+8
* refactor user searchingRobin Appelman2017-12-202-3/+10
* Update license headersMorris Jobke2017-11-061-0/+2
* Add a method to compare empty strings with an expressionJoas Schilling2017-08-022-0/+45
* Fix ILIKE regex for oracleJoas Schilling2017-08-021-1/+1
* Remove unused use statementsMorris Jobke2017-04-221-6/+0
* fix licence headersRobin Appelman2017-03-301-8/+9
* add support for escaping like parameters when using the query builderRobin Appelman2017-03-302-0/+44
* Add bitwise AND and OR to the expression builderJoas Schilling2017-01-051-1/+37
* Fix like queries in the QueryBuilderJoas Schilling2016-10-191-3/+16
* Update with robinJoas Schilling2016-07-212-2/+2
* Fix othersJoas Schilling2016-07-214-8/+12
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-154-0/+629