aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/Connection.php
Commit message (Expand)AuthorAgeFilesLines
* 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