summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-051-2/+2
|\
| * Remove RedundantcastsRoeland Jago Douma2021-03-041-2/+2
* | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-041-5/+5
* | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+37
|/
* Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling2021-03-035-49/+51
|\
| * Type the experssionbuildersRoeland Jago Douma2021-03-035-49/+51
* | allow non string join conditions in query builderRobin Appelman2021-03-031-5/+6
|/
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* DB: warn on parameter number constraintsArthur Schiwon2021-01-111-0/+30
* 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