Commit Graph

127 Commits (2bdc97741cd42843f85750421cba032942d860ed)

Author SHA1 Message Date
Ferdinand Thiessen 027fc052e7
fix: Adjust types of IQueryBuilder to properly allow joining with sub-query 1 year ago
Robin Appelman da59fd4389
fix: misc code fixes around db sharding 1 year ago
Robin Appelman b21a399d1a
fix: implement sharding compatible cleanup for various bits 1 year ago
Robin Appelman 62f8b6517f
feat: implement distributing partitioned queries over multiple shards 1 year ago
Robin Appelman c09ec95255
feat: track expected output columns in query builder 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Joas Schilling eeb6ddb176
fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()` without parameters 1 year ago
Joas Schilling e45465781f
fix(db): Deprecate `getState()` as per upstream 1 year ago
Joas Schilling bd383627a7
fix(db): Deprecate using table alias for DELETE and UPDATE 1 year ago
Joas Schilling f92352eda4
fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will be removed with Doctrine/DBAL 4 1 year ago
Robin Appelman 9de6190ec4
feat: allow running QueryBuilder queries on different connections 2 years ago
Daniel Kesselberg 3fb0aa40cd
feat(db): add mapping for lock wait timeout 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet 6d291ac260
chore: Add missing parameter to docblock tag psalm-taint-sink 2 years ago
Johannes Merkel 06d076410a
feat(occ): add possibility to edit indices 2 years ago
Marcel Klehr 3e6a8b31c4 fix(TextToImage): Fix psalm errors 2 years ago
Marcel Klehr e5efbc88d8 enh(TextToImage): Address review comments 2 years ago
Joas Schilling 15a7aa51c5
fix(dbal): Fix types in query builder methods for parameters 2 years ago
Joas Schilling c4ed7f9d21
fix(dbal): Doctrine\DBAL\Connection::PARAM_* types are deprecated 2 years ago
Joas Schilling 5a1fcdb272
fix(dbal): Migrate to Doctrine\DBAL\ParameterTypes 2 years ago
Joas Schilling 00d483585b
fix: Add options to support all used features by core 3 years ago
Joas Schilling bd0a149a4f
feat(dispatcher): Add typed event for "db:add-missing-primary-keys" 3 years ago
Joas Schilling 2eded24eff
feat(dispatcher): Add typed event for "db:add-missing-columns" 3 years ago
Julius Härtl 925bcebcb6
feat: Add public event for missing indices 3 years ago
Simon L d55a7c619d Fix typos in lib/public subdirectory 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Robin Appelman 6e0123a1d0 Revert "add case statement to sql function builder" 3 years ago
Robin Appelman 9b52663a81 Revert "make expression build return IQueryFunction instead of string" 3 years ago
Robin Appelman 2a68819a67
add case statement to sql function builder 4 years ago
Robin Appelman 813b50ed42
make expression build return IQueryFunction instead of string 4 years ago
Joas Schilling be4faebc47
Adjust docs to the same as the implementation 4 years ago
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend 4 years ago
Robin Appelman a4e120c203
tell mysql to ignore the sort index for search queries 4 years ago
Carl Schwan 7817845538 Add a metadata service to store file metadata 4 years ago
Côme Chilliet efebbacca4 Add octetLength and charLength to function builder, and tests 4 years ago
Carl Schwan c870bd1968 Do chuncked job deletion 4 years ago
Carl Schwan 5a17415dd8 Add a few more non-extendable interface 4 years ago
Joas Schilling d850dc0220
Remove order from groupConcat as it is not working everywhere 4 years ago
Vitor Mattos f071b4dfbb
Fix groupConcat and ordering on Oracle 4 years ago
Vitor Mattos afe5b6dd8a
Prevent query error when use subquery 4 years ago
Vitor Mattos 814924a787
Accept multipe args on concat 4 years ago
Julius Härtl a169ca306e
Explicitly cast char in the query builder 4 years ago
Joas Schilling 005e717fe6
Use quote function 4 years ago
Joas Schilling 46ad6fa3c7
Add a test with integer 4 years ago
Vitor Mattos fb6a9f308d
Add unit test 4 years ago
Vitor Mattos 7b9fea85b6
Add unit test and orderBy parameter 4 years ago
Vitor Mattos 79b3df00f8
Add group_concat aggregator function 4 years ago
Côme Chilliet 18a91f02fa
Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\ExpressionBuilder::literal 4 years ago
Joas Schilling 5bb49feef8
Allow NULL as well for limit, not integer only 4 years ago
Christoph Wurst 130ab63ca1
Bump doctrine/dbal from 3.0.0 to 3.1.3 4 years ago