Commit Graph

159 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
Anna Larch 8af7ecb257 chore: adjust code to adhere to coding standard 1 year ago
Louis Chemineau 2574cbfa61
chore: Apply php:cs recommendations 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 f5b3486744
feat: add option to automatically partition queries by specific tables 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
Robin Appelman 658d2f7ea1 feat: expose escapeLikeParameter trough query builder 1 year ago
Robin Appelman 7fbb981877
feat: add additional logging for database errors 1 year ago
Robin Appelman 16c184e2cb
fix: cast to bigint on postgresql 1 year ago
Joas Schilling b656edc47c
fix(db): Fix md5 for oracle >= 20 1 year ago
Joas Schilling e1e4ee4d67
fix(db): Manually track if `where()` is called when not empty to avoid recursion 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 829f2b9bc7
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 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
Robin Appelman c82d382a20 feat: add base class for extending the query builder 2 years ago
Robin Appelman d81d59e9c3 feat: allow inspecting the parts of the composite expression builder 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Joas Schilling 90ba7db0fb
fix(querybuilder): Remove temporary internal method executeUpdate() 2 years ago
Côme Chilliet 26c4ca264f
fix: Remove bogus code from query builder and fix parameter name 2 years ago
Côme Chilliet ab6afe0111 fix: Fix new psalm errors from update 2 years ago
Julius Härtl 86dc766276 Cast datetime columns in sqlite before comparing 2 years ago
Arthur Schiwon 93505b2cdd fix(workflowengine): use andWhere() not second where() 2 years ago
Joas Schilling 15a7aa51c5
fix(dbal): Fix types in query builder methods for parameters 2 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Joas Schilling 7f0a54c558
fix(querybuilder): Log a warning if where() is called again on a query builder object 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
luz paz 368f83095d Fix typos in lib/private subdirectory 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
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
Côme Chilliet 7407a324d9
Fix LENGTH function name across databases 4 years ago
Côme Chilliet 25af856ed2 Use OCTET_LENGTH which is more common than LENGTHB 4 years ago
Côme Chilliet efebbacca4 Add octetLength and charLength to function builder, and tests 4 years ago
Côme Chilliet f1febfe696
Fix log level for exception in QueryBuilder 4 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 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 f732cf1b04
Unit tests 4 years ago
Vitor Mattos 814924a787
Accept multipe args on concat 4 years ago
Joas Schilling eebed2c434
Fix psalm complaint 4 years ago