summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/QueryBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Prevent * and other things in the same query for OracleJoas Schilling2020-12-141-0/+21
* | Prevent log_query to mess up regular execution flowVincent Petry2020-12-021-17/+25
* | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-1/+7
* | Psalm fixesRoeland Jago Douma2020-10-301-1/+1
* | Add explicit typecast for $value.Daniel Kesselberg2020-10-031-2/+2
* | Update signature for setDaniel Kesselberg2020-10-021-1/+2
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Update documentation for QueryBuilder::setDaniel Kesselberg2020-08-141-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* 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