aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* Fix casting to integer on OracleJoas Schilling2020-11-061-0/+4
* Replace prefix in executeUpdateJulius Härtl2020-11-031-0/+3
* Psalm fixesRoeland Jago Douma2020-10-303-25/+29
* Update internal connection classRoeland Jago Douma2020-10-301-2/+2
* Fetch the logger and system config once for all query builder instancesMorris Jobke2020-10-291-8/+15
* Merge pull request #23144 from nextcloud/enh/noid/update-param-for-psalmMorris Jobke2020-10-062-9/+11
|\
| * 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
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-054-5/+5
* | Log the number of queries built and executedJoas Schilling2020-09-251-0/+18
|/
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-163-7/+0
* Warn about adding NotNull columns with nullable defaultJoas Schilling2020-09-071-0/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+2
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-8/+8
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-172-2/+0
* Update documentation for QueryBuilder::setDaniel Kesselberg2020-08-141-1/+1
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-3/+3
* Update license headers for 19Christoph Wurst2020-04-2912-0/+12
* 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
* Add visibility to all constantsChristoph Wurst2020-04-104-5/+5
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1020-62/+43
* Use elseif instead of else ifChristoph Wurst2020-04-105-12/+12
* Remove trailing and in between spacesChristoph Wurst2020-04-093-6/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-095-27/+27
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-6/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-19/+19
* Fix multiline commentsChristoph Wurst2020-04-082-9/+9
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-0/+43
|\
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+43
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-3111-3/+11
|/
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2610-24/+24
|/
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-062-2/+2
* Add event subscriber for transaction isolation levelDaniel Kesselberg2020-02-213-2/+47
* Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-101-1/+1
* Update license headersChristoph Wurst2019-12-0540-40/+69
* Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-042-0/+17
|\
| * add LEAST and GREATER to db function builderRobin Appelman2019-11-262-0/+17
* | Merge pull request #17949 from nextcloud/debt/deprecated-constJoas Schilling2019-12-041-1/+2
|\ \ | |/ |/|
| * Connection::TRANSACTION_READ_COMMITTED is deprecatedDaniel Kesselberg2019-11-141-1/+2
* | Some php-cs fixesRoeland Jago Douma2019-11-2211-19/+15
* | 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
* instead of upsert, fallback to default query on PgSQL <= 9.4Arthur Schiwon2019-08-141-1/+22