aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* Migrate missing primary key database check to new APICôme Chilliet2023-12-041-2/+2
* Migrate missing index database check to new APICôme Chilliet2023-12-041-5/+5
* Migrate missing column database check to new APICôme Chilliet2023-12-041-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
* | composer run cs:fixCôme Chilliet2023-01-2016-17/+1
|/
* Fix more psalm issues in OC\DBCôme Chilliet2022-11-211-2/+4
* Fix psalm issues following doctrine/dbal bumpCôme Chilliet2022-11-212-4/+5
* typehint migrationservice closuresRoeland Jago Douma2022-10-091-4/+5
* Change option name again to be more like the other optionsRetidurc Silvernight2022-09-231-1/+1
* Change config option to db.persistentRetidurc Silvernight2022-09-231-1/+1
* Expose Doctrine settings in Netxcloud settingsRetidurc Silvernight2022-09-231-0/+4
* Declare strict types in all new Event classesCôme Chilliet2022-08-251-0/+3
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-252-2/+2
* Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-252-7/+57
* Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-251-21/+10
* Revert "add case statement to sql function builder"Robin Appelman2022-08-161-11/+0
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-166-92/+85
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* composer run cs:fixCôme Chilliet2022-06-211-1/+0
* Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-211-21/+13
* add case statement to sql function builderRobin Appelman2022-06-021-0/+11