aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder
Commit message (Expand)AuthorAgeFilesLines
...
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-083-29/+40
* 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-163-0/+3
* | 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
* | Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke2020-11-191-1/+7
|\ \
| * | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-1/+7
* | | Add types to function builderJoas Schilling2020-11-164-43/+20
|/ /
* | Merge pull request #23923 from nextcloud/bugfix/oci/fix-greatest-order-for-or...Roeland Jago Douma2020-11-073-0/+69
|\ \
| * | Update parametersJoas Schilling2020-11-073-2/+28
| * | Make sure Oracle always casts everything in the best wayJoas Schilling2020-11-061-0/+43
* | | Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling2020-11-061-3/+1
* | | Fix casting to integer on OracleJoas Schilling2020-11-061-0/+4
|/ /
* | 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 signature for in/notInDaniel Kesselberg2020-10-021-2/+2
* | Update signature for like/notLike/in/notInDaniel Kesselberg2020-10-021-4/+5
|/
* 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
* 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-106-8/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+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-0515-15/+20
* add LEAST and GREATER to db function builderRobin Appelman2019-11-262-0/+17
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* add count() as shortcut for count('*') in FunctionBuilderRobin Appelman2019-11-131-2/+3
* return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-131-31/+31
* add MAX and MIN to functionbuilderRobin Appelman2019-09-061-0/+8
* Allow to use Subqueries in fromJoas Schilling2019-04-161-0/+4
* add casting to string for postgresql query builderRobin Appelman2019-03-141-5/+7
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+3
* Add count to function builderRobin Appelman2018-06-141-0/+4
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-0/+8
* Fix Array to String conversion in QueryBuilderRoeland Jago Douma2018-04-051-1/+1
* Made IExpressionBuilder varadicRoeland Jago Douma2018-03-131-8/+6
* 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