aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/Adapter.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix: psalmGit'Fellow2024-09-021-1/+1
* fix: psalmGit'Fellow2024-09-021-2/+2
* chore(db): Make the query more simpler to readGit'Fellow2024-09-021-14/+14
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-241-25/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Fix Exception catching in OC\DB\AdapterCôme Chilliet2023-09-051-2/+6
* Cleanup plsam issues in DB/ContactsManager and ConsoleCarl Schwan2023-09-051-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Check style updateCarl Schwan2022-01-131-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
* Add our own DB exception abstractionChristoph Wurst2021-01-121-1/+9
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Update license headersChristoph Wurst2019-12-051-1/+3
* Fix PHPDocMorris Jobke2019-03-211-1/+1
* Code cleanup.Ole Ostergaard2019-03-211-2/+2
* Add supression of SqlInjectionChecker.Ole Ostergaard2019-03-211-0/+3
* Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard2019-03-211-0/+13
* Add deprecation message ofr insertIfNotExistMorris Jobke2018-11-091-0/+1
* Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke2018-11-091-2/+14
* Use short for of substr to not need strlen()Morris Jobke2018-01-251-1/+1
* 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/+20
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-0/+95