aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IDBConnection.php
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+1
* Add expression taint source and sanitizerLukas Reschke2021-02-171-0/+10
* Deprecate the internal IDBConnection event name constantsChristoph Wurst2021-02-091-0/+23
* Add our own DB exception abstractionChristoph Wurst2021-01-121-3/+12
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-29/+42
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+2
* Psalm fixesRoeland Jago Douma2020-10-301-4/+20
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-0/+2
|\
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+2
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
|/
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Code cleanup.Ole Ostergaard2019-03-211-3/+3
* Add insertIgnoreConflict to IDBConnection interface.Ole Ostergaard2019-03-211-0/+14
* Add deprecation message ofr insertIfNotExistMorris Jobke2018-11-091-0/+1
* Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke2018-11-091-1/+3
* Add a hint that some indexes are not added yetMorris Jobke2018-06-061-0/+1
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-241-0/+3
* Update license headersMorris Jobke2017-11-061-0/+1
* Start migrationsJoas Schilling2017-07-051-0/+17
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-1/+1
* Allow 4byte unicode filenames on supported platformsRobin Appelman2016-10-201-0/+8
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Add a method to lock a tableJoas Schilling2016-05-211-0/+19
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+234