| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 8 | -30/+30 |
* | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 3 | -4/+8 |
* | fix: only allow pre-defined shards | Robin Appelman | 2024-08-28 | 1 | -8/+30 |
* | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 18 | -21/+1247 |
* | feat: add option to automatically partition queries by specific tables | Robin Appelman | 2024-08-28 | 9 | -2/+970 |
* | feat: track expected output columns in query builder | Robin Appelman | 2024-08-28 | 2 | -0/+33 |
* | fix(db): Increase log level for very slow transactions | Christoph Wurst | 2024-08-27 | 1 | -2/+29 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 12 | -47/+47 |
* | feat: expose escapeLikeParameter trough query builder | Robin Appelman | 2024-08-23 | 1 | -0/+4 |
* | fix: fix passing additional db connection parameters in factory | Robin Appelman | 2024-07-31 | 1 | -25/+20 |
* | Merge pull request #44788 from nextcloud/db-error-logging | Stephan Orbaugh | 2024-07-25 | 3 | -4/+52 |
|\ |
|
| * | feat: add additional logging for database errors | Robin Appelman | 2024-07-24 | 3 | -4/+52 |
* | | fix: cast to bigint on postgresql | Robin Appelman | 2024-07-23 | 1 | -1/+1 |
|/ |
|
* | fix(db): Fix md5 for oracle >= 20 | Joas Schilling | 2024-07-19 | 4 | -1/+23 |
* | fix(db): Manually track if `where()` is called when not empty to avoid recursion | Joas Schilling | 2024-07-19 | 1 | -19/+24 |
* | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`... | Joas Schilling | 2024-07-19 | 4 | -28/+30 |
* | fix(db): Deprecate `getState()` as per upstream | Joas Schilling | 2024-07-19 | 1 | -1/+4 |
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 4 | -51/+40 |
* | fix(db): Deprecate using table alias for DELETE and UPDATE | Joas Schilling | 2024-07-19 | 1 | -0/+10 |
* | fix(db): `Doctrine\DBAL\Connection::executeUpdate()` is deprecated | Joas Schilling | 2024-07-19 | 1 | -4/+1 |
* | fix(db): Fix internal calls to doctrine's `fetch()` methods | Joas Schilling | 2024-07-19 | 1 | -5/+12 |
* | fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprec... | Joas Schilling | 2024-07-19 | 3 | -5/+5 |
* | fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ... | Joas Schilling | 2024-07-19 | 1 | -0/+12 |
* | feat: allow running QueryBuilder queries on different connections | Robin Appelman | 2024-07-15 | 2 | -41/+50 |
* | Merge pull request #46397 from nextcloud/extended-query-builder-base | Robin Appelman | 2024-07-15 | 1 | -0/+290 |
|\ |
|
| * | feat: add base class for extending the query builder | Robin Appelman | 2024-07-12 | 1 | -0/+290 |
* | | feat: allow inspecting the parts of the composite expression builder | Robin Appelman | 2024-07-12 | 2 | -18/+31 |
|/ |
|
* | feat: add commands for exporting current and expected database schema | Robin Appelman | 2024-07-02 | 2 | -3/+7 |
* | feat(dbal): add proper insert ignore conflict method for SQLite | Benjamin Gaussorgues | 2024-06-25 | 1 | -0/+15 |
* | feat(dbal): add proper insert ignore conflict method for MySQL | Benjamin Gaussorgues | 2024-06-25 | 1 | -0/+28 |
* | feat(db): remove workaround for pqsql 9.4 and older | Daniel Kesselberg | 2024-06-03 | 1 | -18/+0 |
* | Merge branch 'master' into refactor/OC-Server-getSecureRandom | John Molakvoæ | 2024-05-30 | 47 | -1456/+645 |
|\ |
|
| * | feat(db): add mapping for lock wait timeout | Daniel Kesselberg | 2024-05-29 | 1 | -0/+4 |
| * | fix(db): Prevent two connections for single node databases | Christoph Wurst | 2024-05-28 | 1 | -1/+11 |
| * | Merge pull request #39589 from nextcloud/enh/set-nest-transactions-with-savep... | Thomas Citharel | 2024-05-27 | 1 | -0/+2 |
| |\ |
|
| | * | feat(db): set Doctrine to use nest transactions with savepoints | Thomas Citharel | 2024-02-27 | 1 | -0/+2 |
| * | | fix(db): Log loong transaction times at debug level | Josh | 2024-05-25 | 1 | -2/+2 |
| * | | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 45 | -945/+141 |
| * | | Merge pull request #39247 from nextcloud/query-log-backtrace | John Molakvoæ | 2024-05-02 | 1 | -1/+7 |
| |\ \ |
|
| | * | | feat: add option to add backtrace to the query logger | Robin Appelman | 2024-05-01 | 1 | -1/+7 |
| * | | | fix(querybuilder): Remove temporary internal method executeUpdate() | Joas Schilling | 2024-04-30 | 1 | -15/+0 |
| |/ / |
|
| * | | fix: Remove bogus code from query builder and fix parameter name | Côme Chilliet | 2024-04-30 | 1 | -6/+2 |
| * | | feat: add request id as comment to all queries | Robin Appelman | 2024-04-17 | 1 | -8/+20 |
| * | | chore(db): move to OCP\Server | Git'Fellow | 2024-04-13 | 1 | -6/+7 |
| * | | fix: Fix new psalm errors from update | Côme Chilliet | 2024-04-08 | 3 | -12/+3 |
| * | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 7 | -10/+10 |
| * | | Merge pull request #44470 from nextcloud/fix/compatibility-replica-splitting | Benjamin Gaussorgues | 2024-03-26 | 1 | -1/+1 |
| |\ \ |
|
| | * | | fix: Allow using replica config with split databases | Julius Härtl | 2024-03-26 | 1 | -1/+1 |
| | |/ |
|
| * / | fix(DB): Sanitize `host` parameter for postgres databases when IPv6 address i... | Ferdinand Thiessen | 2024-03-25 | 1 | -0/+9 |
| |/ |
|
| * | Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-off | Christoph Wurst | 2024-02-19 | 1 | -3/+20 |
| |\ |
|