summaryrefslogtreecommitdiffstats
path: root/lib/public/DB/QueryBuilder
Commit message (Expand)AuthorAgeFilesLines
* Apply changes from master's update to 3.1.3Joas Schilling2021-11-151-2/+2
* Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-151-2/+2
* Make psalm happyRoeland Jago Douma2021-03-221-1/+1
* Add our own DB exception abstractionChristoph Wurst2021-01-121-0/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+6
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* | Add types to function builderJoas Schilling2020-11-161-27/+27
* | Update parametersJoas Schilling2020-11-071-6/+4
* | Psalm fixesRoeland Jago Douma2020-10-301-1/+1
* | Merge pull request #23144 from nextcloud/enh/noid/update-param-for-psalmMorris Jobke2020-10-062-8/+8
|\ \
| * | Add explicit typecast for $value.Daniel Kesselberg2020-10-031-1/+1
| * | Update signature for setDaniel Kesselberg2020-10-021-1/+1
| * | Update signature for in/notInDaniel Kesselberg2020-10-021-2/+2
| * | Update signature for like/notLike/in/notInDaniel Kesselberg2020-10-021-4/+4
| |/
* / Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Update documentation for QueryBuilder::setDaniel Kesselberg2020-08-141-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-102-14/+14
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-2/+2
* Update license headersChristoph Wurst2019-12-057-7/+14
* add LEAST and GREATER to db function builderRobin Appelman2019-11-261-0/+30
* Some php-cs fixesRoeland Jago Douma2019-11-223-0/+3
* add count() as shortcut for count('*') in FunctionBuilderRobin Appelman2019-11-131-1/+1
* return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-131-31/+31
* add MAX and MIN to functionbuilderRobin Appelman2019-09-061-0/+20
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+3
* Add count to function builderRobin Appelman2018-06-141-0/+8
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-0/+16
* Made IExpressionBuilder varadicRoeland Jago Douma2018-03-131-4/+4
* Made orHaving varadicRoeland Jago Douma2018-03-131-2/+2
* Made addHaving varadicRoeland Jago Douma2018-03-131-2/+2
* Make having varadicRoeland Jago Douma2018-03-131-2/+2
* Made addGroupBy varadicRoeland Jago Douma2018-03-131-2/+2
* Made groupBy varadicRoeland Jago Douma2018-03-131-2/+2
* Made orWhere varadicRoeland Jago Douma2018-03-131-3/+3
* Made andWhere varadicRoeland Jago Douma2018-03-131-1/+1
* Made where varadicRoeland Jago Douma2018-03-131-1/+1
* Made AddSelect varadicRoeland Jago Douma2018-03-131-2/+2
* Made select varadicRoeland Jago Douma2018-03-131-2/+2
* Fix PHPDoc for public APIMorris Jobke2018-03-061-1/+1
* refactor user searchingRobin Appelman2017-12-201-0/+9
* Update license headersMorris Jobke2017-11-062-0/+4
* Add a method to compare empty strings with an expressionJoas Schilling2017-08-021-0/+18
* Function also accepts intsLukas Reschke2017-08-011-1/+1