| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 1 | -6/+6 |
* | feat(AppFramework): Add full support for date / time / datetime columns | Ferdinand Thiessen | 2024-10-17 | 1 | -2/+2 |
* | Merge pull request #47852 from nextcloud/sharding-code-fixes | John Molakvoæ | 2024-09-16 | 1 | -2/+2 |
|\ |
|
| * | fix: misc code fixes around db shardingsharding-code-fixes | Robin Appelman | 2024-09-09 | 2 | -14/+14 |
* | | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 11 | -120/+120 |
|/ |
|
* | test(phpunit): skip sharding tests on 32bit | Arthur Schiwon | 2024-08-29 | 2 | -0/+6 |
* | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 2 | -3/+3 |
* | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 3 | -2/+136 |
* | feat: add option to automatically partition queries by specific tables | Robin Appelman | 2024-08-28 | 2 | -0/+290 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 5 | -7/+7 |
* | feat(migration-attributes): tests | Maxence Lange | 2024-07-29 | 1 | -4/+177 |
* | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`... | Joas Schilling | 2024-07-19 | 1 | -1/+6 |
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 3 | -16/+10 |
* | feat: allow running QueryBuilder queries on different connections | Robin Appelman | 2024-07-15 | 1 | -31/+58 |
* | feat(dbal): add proper insert ignore conflict method for SQLite | Benjamin Gaussorgues | 2024-06-25 | 1 | -0/+66 |
* | Merge branch 'master' into refactor/OC-Server-getSecureRandom | John Molakvoæ | 2024-05-30 | 11 | -159/+217 |
|\ |
|
| * | feat(db): add mapping for lock wait timeout | Daniel Kesselberg | 2024-05-29 | 1 | -0/+2 |
| * | fix(db): Prevent two connections for single node databases | Christoph Wurst | 2024-05-28 | 1 | -0/+101 |
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 10 | -142/+26 |
| * | fix(tests): Make PostgreSQL unit tests less flacky by ordering | Joas Schilling | 2024-01-25 | 1 | -1/+1 |
| * | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -0/+1 |
| * | tests(DB): Add test for date time comparisons in query builder | Julius Härtl | 2023-12-29 | 1 | -0/+86 |
| * | fix(sqlite): Remove some old SQLite cheats | Joas Schilling | 2023-10-06 | 1 | -4/+0 |
| * | fix(mysql): Remove custom MySQL workaround from 2015 | Joas Schilling | 2023-10-06 | 1 | -8/+0 |
| * | fix(postgres): Remove old Postgres 9.4 workaround | Joas Schilling | 2023-10-06 | 1 | -4/+0 |
* | | Refactor `OC\Server::getSecureRandom` | Andrew Summers | 2023-08-29 | 1 | -1/+2 |
|/ |
|
* | fix(tests): Adjust unit tests to outline the schema is checked twice now | Joas Schilling | 2023-07-21 | 1 | -2/+2 |
* | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 1 | -3/+3 |
* | tests(db): Add test case to ensure column comments work | Ferdinand Thiessen | 2023-02-28 | 1 | -0/+24 |
* | tests(oci): Test where statement on longtext column | Julius Härtl | 2023-01-31 | 1 | -0/+18 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Fix dynamic properties and other problems in tests for PHP 8.2 | Côme Chilliet | 2022-11-14 | 1 | -1/+3 |
* | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -1/+1 |
* | Revert "add case statement to sql function builder" | Robin Appelman | 2022-08-16 | 1 | -17/+0 |
* | Remove some more at matchers in tests/lib | Côme Chilliet | 2022-06-20 | 1 | -6/+6 |
* | add case statement to sql function builder | Robin Appelman | 2022-06-02 | 1 | -0/+17 |
* | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 1 | -0/+2 |
* | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to... | Côme Chilliet | 2022-03-31 | 1 | -0/+40 |
|\ |
|
| * | Ensure string column limit of 4.000 characters | Joas Schilling | 2022-03-25 | 1 | -0/+40 |
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 1 | -16/+16 |
|\ \ |
|
| * | | Migrate from ILogger to LoggerInterface where needed in the tests | Côme Chilliet | 2022-03-24 | 1 | -16/+16 |
| |/ |
|
* | | Avoid select with no FROM clause for Oracle in tests | Côme Chilliet | 2022-03-24 | 1 | -0/+4 |
* | | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 1 | -0/+46 |
|/ |
|
* | Test disabled for now due to multiple reasons | Joas Schilling | 2022-03-22 | 1 | -0/+1 |
* | Add a test for primary keys | Joas Schilling | 2022-03-10 | 1 | -1/+43 |
* | Fix column size to work with Oracle. Add unit tests | Vitor Mattos | 2022-01-21 | 1 | -2/+9 |
* | Prevent query error when use subquery | Vitor Mattos | 2022-01-21 | 1 | -1/+8 |
* | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 1 | -2/+1 |
|\ |
|
| * | Check style update | Carl Schwan | 2022-01-13 | 1 | -2/+1 |
* | | Unit tests | Vitor Mattos | 2022-01-07 | 1 | -6/+54 |
|/ |
|