summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/QueryBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-131-31/+31
* Allow to use Subqueries in fromJoas Schilling2019-04-161-0/+4
* Fix Array to String conversion in QueryBuilderRoeland Jago Douma2018-04-051-1/+1
* Made orHaving varadicRoeland Jago Douma2018-03-131-3/+3
* Made addHaving varadicRoeland Jago Douma2018-03-131-3/+3
* Make having varadicRoeland Jago Douma2018-03-131-3/+3
* Made addGroupBy varadicRoeland Jago Douma2018-03-131-3/+5
* Made groupBy varadicRoeland Jago Douma2018-03-131-3/+5
* Made orWhere varadicRoeland Jago Douma2018-03-131-3/+3
* Made andWhere varadicRoeland Jago Douma2018-03-131-3/+3
* Made where varadicRoeland Jago Douma2018-03-131-3/+3
* Made AddSelect varadicRoeland Jago Douma2018-03-131-3/+5
* Made select varadicRoeland Jago Douma2018-03-131-3/+5
* reuse query builderRobin Appelman2018-01-121-5/+5
* Update license headersMorris Jobke2017-11-061-0/+1
* Quote aliases as wellJoas Schilling2017-08-021-9/+23
* Function also accepts intsLukas Reschke2017-08-011-1/+1
* rename fun to funcRobin Appelman2017-03-301-1/+1
* Add function builder to the query builderRobin Appelman2017-03-301-0/+30
* add support for escaping like parameters when using the query builderRobin Appelman2017-03-301-0/+6
* Inject config and loggerJoas Schilling2016-11-021-5/+17
* Log the queries of the QueryBuilder as wellJoas Schilling2016-11-021-0/+23
* 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/+1124