summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-161-25/+25
* make expression build return IQueryFunction instead of stringRobin Appelman2022-06-021-25/+25
* Explicitly cast char in the query builderJulius Härtl2022-01-041-0/+1
* 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-16/+16
* Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling2020-11-061-3/+1
* Fix casting to integer on OracleJoas Schilling2020-11-061-0/+4
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+1
* Add a method to compare empty strings with an expressionJoas Schilling2017-08-021-0/+22
* Fix ILIKE regex for oracleJoas Schilling2017-08-021-1/+1
* add support for escaping like parameters when using the query builderRobin Appelman2017-03-301-0/+7
* 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/+163