aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-191-8/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+4
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-161-2/+2
* make expression build return IQueryFunction instead of stringRobin Appelman2022-06-021-2/+2
* Explicitly cast char in the query builderJulius Härtl2022-01-041-0/+19
* make it possible to override the default collationArthur Schiwon2021-09-011-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
* Type the experssionbuildersRoeland Jago Douma2021-03-031-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-5/+4
* 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-101-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+2
* reuse query builderRobin Appelman2018-01-121-2/+4
* Fix like queries in the QueryBuilderJoas Schilling2016-10-191-3/+16
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-0/+40