aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/DB
Commit message (Expand)AuthorAgeFilesLines
...
* | Add group_concat aggregator functionVitor Mattos2022-01-031-0/+16
|/
* Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet2021-11-231-2/+2
* Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-151-2/+2
* Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-221-2/+2
* disable path prefix index on postgresql for nowRobin Appelman2021-10-081-1/+14
* Allow casting query functions as wellJoas Schilling2021-07-071-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0412-32/+24
* executeUpdate is also deprecatedLukas Reschke2021-05-251-1/+1
* Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-051-4/+4
* remove undefined parameter, add descriptionArthur Schiwon2021-04-221-1/+1
* Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-051-1/+1
|\
| * Remove RedundantcastsRoeland Jago Douma2021-03-041-1/+1
* | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-041-4/+4
* | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+23
|/
* Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling2021-03-031-28/+28
|\
| * Type the experssionbuildersRoeland Jago Douma2021-03-031-28/+28
* | allow non string join conditions in query builderRobin Appelman2021-03-031-4/+4
|/
* Add expression taint source and sanitizerLukas Reschke2021-02-172-0/+152
* Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstrac...Christoph Wurst2021-01-142-0/+151
|\
| * Add our own DB exception abstractionChristoph Wurst2021-01-122-0/+151
* | Add our own constants for db column typesChristoph Wurst2021-01-121-0/+113
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-083-1/+216
* 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
|/
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-261-1/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* | 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-058-8/+17
* 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