| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #48077 from nextcloud/backport/47852/stable30 | Benjamin Gaussorgues | 2024-10-02 | 1 | -2/+2 |
|\ |
|
| * | fix: misc code fixes around db shardingbackport/47852/stable30 | Robin Appelman | 2024-09-16 | 1 | -2/+2 |
* | | fix(querybuilder): Fix boolean type so that oracle handles boolean wellbackport/48215/stable30 | Joas Schilling | 2024-09-25 | 1 | -1/+2 |
|/ |
|
* | fix: Adjust types of IQueryBuilder to properly allow joining with sub-query | Ferdinand Thiessen | 2024-09-11 | 1 | -2/+6 |
* | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 1 | -1/+1 |
* | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 2 | -0/+52 |
* | feat: track expected output columns in query builder | Robin Appelman | 2024-08-28 | 1 | -0/+8 |
* | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`... | Joas Schilling | 2024-07-19 | 2 | -3/+6 |
* | fix(db): Deprecate `getState()` as per upstream | Joas Schilling | 2024-07-19 | 1 | -0/+2 |
* | fix(db): Deprecate using table alias for DELETE and UPDATE | Joas Schilling | 2024-07-19 | 1 | -5/+8 |
* | fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ... | Joas Schilling | 2024-07-19 | 1 | -0/+8 |
* | feat: allow running QueryBuilder queries on different connections | Robin Appelman | 2024-07-15 | 1 | -3/+7 |
* | feat(db): add mapping for lock wait timeout | Daniel Kesselberg | 2024-05-29 | 1 | -0/+7 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 15 | -302/+42 |
* | chore: Add missing parameter to docblock tag psalm-taint-sink | Côme Chilliet | 2024-04-22 | 1 | -1/+1 |
* | feat(occ): add possibility to edit indices | Johannes Merkel | 2024-02-27 | 1 | -0/+41 |
* | fix(dbal): Fix types in query builder methods for parameters | Joas Schilling | 2023-10-18 | 1 | -2/+2 |
* | fix(dbal): Doctrine\DBAL\Connection::PARAM_* types are deprecated | Joas Schilling | 2023-10-06 | 1 | -2/+3 |
* | fix(dbal): Migrate to Doctrine\DBAL\ParameterTypes | Joas Schilling | 2023-08-23 | 1 | -5/+6 |
* | fix: Add options to support all used features by core | Joas Schilling | 2023-07-24 | 1 | -4/+23 |
* | feat(dispatcher): Add typed event for "db:add-missing-primary-keys" | Joas Schilling | 2023-07-24 | 1 | -0/+60 |
* | feat(dispatcher): Add typed event for "db:add-missing-columns" | Joas Schilling | 2023-07-24 | 2 | -2/+62 |
* | feat: Add public event for missing indices | Julius Härtl | 2023-07-14 | 1 | -0/+59 |
* | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 2 | -2/+2 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 5 | -5/+0 |
* | Revert "add case statement to sql function builder" | Robin Appelman | 2022-08-16 | 1 | -12/+0 |
* | Revert "make expression build return IQueryFunction instead of string" | Robin Appelman | 2022-08-16 | 2 | -36/+36 |
* | add case statement to sql function builder | Robin Appelman | 2022-06-02 | 1 | -0/+12 |
* | make expression build return IQueryFunction instead of string | Robin Appelman | 2022-06-02 | 2 | -36/+36 |
* | Adjust docs to the same as the implementation | Joas Schilling | 2022-05-23 | 1 | -1/+1 |
* | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 1 | -1/+1 |
* | tell mysql to ignore the sort index for search queries | Robin Appelman | 2022-04-22 | 1 | -1/+1 |
* | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 2 | -0/+11 |
* | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 1 | -0/+18 |
* | Do chuncked job deletion | Carl Schwan | 2022-03-17 | 1 | -0/+5 |
* | Add a few more non-extendable interface | Carl Schwan | 2022-03-05 | 3 | -1/+27 |
* | Merge pull request #30379 from nextcloud/feature/add-comments-reactions | Joas Schilling | 2022-01-21 | 1 | -2/+2 |
|\ |
|
| * | Remove order from groupConcat as it is not working everywhere | Joas Schilling | 2022-01-21 | 1 | -2/+1 |
| * | Fix groupConcat and ordering on Oracle | Vitor Mattos | 2022-01-21 | 1 | -1/+2 |
| * | Prevent query error when use subquery | Vitor Mattos | 2022-01-21 | 1 | -2/+2 |
* | | Merge pull request #30471 from nextcloud/enh/cast-char-mysql | Joas Schilling | 2022-01-20 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Explicitly cast char in the query builder | Julius Härtl | 2022-01-04 | 1 | -0/+1 |
* | | Accept multipe args on concat | Vitor Mattos | 2022-01-06 | 1 | -3/+3 |
* | | Use quote function | Joas Schilling | 2022-01-04 | 1 | -1/+1 |
* | | Add a test with integer | Joas Schilling | 2022-01-04 | 1 | -1/+1 |
* | | Add unit test | Vitor Mattos | 2022-01-03 | 1 | -2/+1 |
* | | Add unit test and orderBy parameter | Vitor Mattos | 2022-01-03 | 1 | -1/+2 |
* | | Add group_concat aggregator function | Vitor Mattos | 2022-01-03 | 1 | -0/+16 |
|/ |
|
* | Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio... | Côme Chilliet | 2021-11-23 | 1 | -2/+2 |
* | Allow NULL as well for limit, not integer only | Joas Schilling | 2021-11-15 | 1 | -2/+2 |