summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/ExpressionBuilder
Commit message (Expand)AuthorAgeFilesLines
* 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