aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/Connection.php
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-241-4/+24
* remove ReconnectWrapperRobin Appelman2021-02-091-1/+4
* Add our own DB exception abstractionChristoph Wurst2021-01-121-1/+24
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-24/+34
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Don't try to update on NotNullConstraintViolationException, only on unique or...Joas Schilling2020-11-101-0/+3
* Fix comparing the empty string for global credentialsJoas Schilling2020-11-101-5/+11
* Replace prefix in executeUpdateJulius Härtl2020-11-031-0/+3
* Psalm fixesRoeland Jago Douma2020-10-301-10/+14
* 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
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Log the number of queries built and executedJoas Schilling2020-09-251-0/+18
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
|/
* Add event subscriber for transaction isolation levelDaniel Kesselberg2020-02-211-2/+0
* Update license headersChristoph Wurst2019-12-051-1/+4
* 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-221-4/+4
|/
* Code cleanup.Ole Ostergaard2019-03-211-2/+2
* Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard2019-03-211-0/+4
* Add deprecation message ofr insertIfNotExistMorris Jobke2018-11-091-0/+1
* Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke2018-11-091-1/+3
* Check connection status and attempt to reconnect each each minuteRobin Appelman2018-05-081-1/+1
* refactor user searchingRobin Appelman2017-12-201-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* Start migrationsJoas Schilling2017-07-051-0/+24
* Adjust query/event logging code in favour of more complex owncloud/diagnostic...Piotr Mrówczyński2017-04-261-3/+0
* Address commentsMorris Jobke2017-03-211-4/+1
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-1/+7
* Fixed failing test which was ignoring a required (not null) column (#26303)Philipp Schaffrath2017-03-171-1/+2
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-1/+1
* Inject config and loggerJoas Schilling2016-11-021-1/+5
* Allow 4byte unicode filenames on supported platformsRobin Appelman2016-10-201-0/+11
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-0/+1
* Add a method to lock a tableJoas Schilling2016-05-211-1/+31
* Fix broken exception namingRoeland Jago Douma2016-05-191-3/+3
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-0/+373