provokateurin
|
aab30afc25
fix(QueryBuilder): Account for aliases in output columns
|
před 2 měsíci |
Benjamin Gaussorgues
|
8290de3b93
Merge pull request #48077 from nextcloud/backport/47852/stable30
|
před 2 měsíci |
provokateurin
|
bbeda126cc
fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle limitations
|
před 2 měsíci |
Robin Appelman
|
914e8f9ce2
fix: misc code fixes around db sharding
|
před 3 měsíci |
Ferdinand Thiessen
|
a8ae2f9755
fix: Adjust types of IQueryBuilder to properly allow joining with sub-query
|
před 3 měsíci |
Louis Chemineau
|
140b36fcea
fix: Backport to 30
|
před 3 měsíci |
Robin Appelman
|
82d7eaf80a
feat: implement distributing partitioned queries over multiple shards
|
před 4 měsíci |
Robin Appelman
|
4ec53e723e
feat: add option to automatically partition queries by specific tables
|
před 6 měsíci |
Robin Appelman
|
8eaddbc038
feat: track expected output columns in query builder
|
před 4 měsíci |
Robin Appelman
|
7fbb981877
feat: add additional logging for database errors
|
před 8 měsíci |
Joas Schilling
|
e1e4ee4d67
fix(db): Manually track if `where()` is called when not empty to avoid recursion
|
před 4 měsíci |
Joas Schilling
|
eeb6ddb176
fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()` without parameters
|
před 5 měsíci |
Joas Schilling
|
e45465781f
fix(db): Deprecate `getState()` as per upstream
|
před 5 měsíci |
Joas Schilling
|
829f2b9bc7
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms
|
před 5 měsíci |
Joas Schilling
|
bd383627a7
fix(db): Deprecate using table alias for DELETE and UPDATE
|
před 5 měsíci |
Joas Schilling
|
f92352eda4
fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will be removed with Doctrine/DBAL 4
|
před 5 měsíci |
Robin Appelman
|
9de6190ec4
feat: allow running QueryBuilder queries on different connections
|
před 5 měsíci |
Andy Scherzinger
|
dae7c159f7
chore: Add SPDX header
|
před 6 měsíci |
Joas Schilling
|
90ba7db0fb
fix(querybuilder): Remove temporary internal method executeUpdate()
|
před 7 měsíci |
Côme Chilliet
|
26c4ca264f
fix: Remove bogus code from query builder and fix parameter name
|
před 7 měsíci |
Arthur Schiwon
|
93505b2cdd
fix(workflowengine): use andWhere() not second where()
|
před 1 rokem |
Joas Schilling
|
15a7aa51c5
fix(dbal): Fix types in query builder methods for parameters
|
před 1 rokem |
Faraz Samapoor
|
e7cc7653b8
Refactors "strpos" calls in lib/private to improve code readability.
|
před 1 rokem |
Joas Schilling
|
ecad09b38a
Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potential-bugs
|
před 1 rokem |
Côme Chilliet
|
f5c361cf44
composer run cs:fix
|
před 1 rokem |
Joas Schilling
|
7f0a54c558
fix(querybuilder): Log a warning if where() is called again on a query builder object
|
před 1 rokem |
Robin Appelman
|
9b52663a81
Revert "make expression build return IQueryFunction instead of string"
|
před 2 roky |
luz paz
|
368f83095d
Fix typos in lib/private subdirectory
|
před 2 roky |
Robin Appelman
|
813b50ed42
make expression build return IQueryFunction instead of string
|
před 2 roky |
Carl Schwan
|
9ec0cb0a90
Fix psalm issues related to the user backend
|
před 2 roky |