aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-offChristoph Wurst2024-02-191-3/+20
|\
| * fix(db): Let dirty writes cool offChristoph Wurst2024-02-191-3/+20
* | fix(db): Give dirty read exception a messageChristoph Wurst2024-02-151-1/+1
* | fix(db): Unify long transaction log/exception messageChristoph Wurst2024-02-131-1/+1
* | Merge pull request #43357 from nextcloud/enh/41253/fix-occ-upgradeSimon L2024-02-081-10/+49
* | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-49/+10
* | fix(migration): Make naming constraint fail softer on updatesJoas Schilling2024-02-071-10/+49
|/
* fix(db): Execute dirty reads on the primary nodeChristoph Wurst2024-01-301-0/+4
* feat(db): Make dirty query logging available in productionChristoph Wurst2024-01-301-1/+9
* Merge pull request #42929 from nextcloud/fix/db/transacted-read-not-dirtyChristoph Wurst2024-01-231-2/+5
|\
| * fix(db): Do not log transacted reads as dirty readChristoph Wurst2024-01-181-2/+5
* | fix(db): Remove very verbose dirty query logsChristoph Wurst2024-01-181-11/+0
|/
* fix: Add reconnect check in case of timeouts on the db sideJulius Härtl2024-01-121-0/+27
* feat: First attempt to track dirty tables after writes and switch back to rep...Julius Härtl2024-01-121-0/+27
* feat: Add logging for transaction timeJulius Härtl2024-01-121-0/+34
* Cast datetime columns in sqlite before comparingJulius Härtl2023-12-293-86/+59
* enh: Implement PrimaryReadReplicaConnectionJulius Härtl2023-12-163-12/+35
* Migrate missing primary key database check to new APICôme Chilliet2023-11-271-2/+2
* Migrate missing index database check to new APICôme Chilliet2023-11-271-5/+5
* Migrate missing column database check to new APICôme Chilliet2023-11-271-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-5/+5
* fix(workflowengine): use andWhere() not second where()Arthur Schiwon2023-11-131-1/+1
* fix(install): Make installing more verboseJoas Schilling2023-11-031-0/+6
* fix(dbal): Fix types in query builder methods for parametersJoas Schilling2023-10-181-2/+2
* fix(DB): Update comment to state why we still use the max 4k limitJoas Schilling2023-10-061-1/+3
* fix(sqlite): Remove some old SQLite cheatsJoas Schilling2023-10-061-11/+0
* fix(oracle): Move away from internal and deprecated SchemaDiff APIJoas Schilling2023-10-061-149/+90
* fix(dbal): Move migrator away from deprecated callsJoas Schilling2023-10-061-11/+9
* fix(mysql): Remove custom MySQL workaround from 2015Joas Schilling2023-10-062-52/+0
* fix(postgres): Remove old Postgres 9.4 workaroundJoas Schilling2023-10-062-58/+0
* fix(sqlite): Remove no longer required autoincrement fixJoas Schilling2023-10-061-2/+2
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* refactor: Use DBAL's executeQuery instead of query (deprecated)Christoph Wurst2023-09-271-1/+1
* Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_privateRobin Appelman2023-09-211-1/+1
|\
| * Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-071-1/+1
* | enh(db): provide database providers via APIAnna Larch2023-09-191-0/+19
* | Fix Exception catching in OC\DB\AdapterCôme Chilliet2023-09-051-2/+6
* | Cleanup plsam issues in DB/ContactsManager and ConsoleCarl Schwan2023-09-055-48/+32
* | feat(db): Ensure that index names are unique across the databaseJoas Schilling2023-07-201-0/+55
|/
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* fixed quotesdartcafe2023-06-201-1/+1
* add type #38909dartcafe2023-06-201-1/+1
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-153-4/+4
* fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-021-0/+5
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-053-3/+3
* fix DBAL exception handling in setValuesArthur Schiwon2023-03-311-7/+11
* fix(DB): Remove not supported column comments when using SQLiteFerdinand Thiessen2023-02-221-1/+5
* log start time of queries for profilerRobin Appelman2023-02-141-0/+1
* Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potent...Joas Schilling2023-01-231-0/+6
|\
| * fix(querybuilder): Log a warning if where() is called again on a query builde...Joas Schilling2023-01-201-0/+6