-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
🏗️ chore(deps): Bump doctrine/dbal from 3.8.3 to 4.0.4 #46192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
nickvergessen
wants to merge
51
commits into
master
Choose a base branch
from
dependabot/composer/doctrine/dbal-4.0.4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
c239495
chore(deps): Bump doctrine/dbal from 3.8.3 to 4.0.4
nickvergessen 015a3e8
fix(db)!: Fix casing of doctrine's SQLitePlatform
nickvergessen a5432e3
fix(db): Adjust Connection signature to updated doctrine one
nickvergessen de0141d
fix(db)!: Empty and adjust query-part related methods
nickvergessen 72886c0
fix(db): Make sure setComment() is only called with strings
nickvergessen 6d0e8e4
fix(db): Use new function name to get the schema
nickvergessen 76ef7dd
fix(db): Remove usage of dropped doctrine event manager
nickvergessen 648b20c
fix(db)!: Manually track the query type and whether WHERE is empty
nickvergessen e6e1bd8
fix(db): Fix internal calls to doctrine's fetch functions
nickvergessen f6f53a8
fix(db)!: Doctrine\DBAL\Types\Type::getName() was removed
nickvergessen 27c49e7
fix(db)!: Table::changeColumn() was renamed to Table::modifyColumn()
nickvergessen 466f455
fix(db)!: `Doctrine\DBAL\Schema\Table::hasPrimaryKey() was removed, u…
nickvergessen 287d527
fix(db)!: `Doctrine\DBAL\Connection::getSchemaManager` was removed, u…
nickvergessen 3c5acbc
fix(db): `Doctrine\DBAL\Connection::executeUpdate()` was removed
nickvergessen f45ac5b
fix(db): `Doctrine\DBAL\Query\Expression\ExpressionBuilder::andX()` a…
nickvergessen 72151b5
fix(db): `Table::getPrimaryKeyColumns()` was removed
nickvergessen a20110b
fix(db): UndefinedConstant: Constant Doctrine\DBAL\Connection::PARAM_…
nickvergessen c0d2f7e
fix(CI): Operand of type Doctrine\DBAL\Schema\Column is always truthy
nickvergessen fb3d4d5
fix(db): Don't use removed/deprecated methods in setup
nickvergessen 2d27a32
fix(db): InaccessibleMethod: Cannot access private method Doctrine\DB…
nickvergessen d9e69e1
fix(db)!: Table alias for DELETE and UPDATE no longer supported
nickvergessen f6ac69a
fix(db)!: `Doctrine\DBAL\Platforms\PostgreSQL94Platform` was removed
nickvergessen c6cd20e
fix(db)!: `Doctrine\DBAL\FetchMode` was removed
nickvergessen 1654430
fix(db): Interface `Doctrine\DBAL\Exception` cannot be instantiated
nickvergessen 4c10031
fix(db): `Doctrine\DBAL\Schema\Schema::getTableNames()` was removed
nickvergessen ec1a3d6
fix(db): `Doctrine\DBAL\Query\QueryBuilder::getState` does not exist
nickvergessen 6e90ddf
fix(db): `Doctrine\DBAL\Query\Expression\CompositeExpression::add*` d…
nickvergessen 4bbaae5
fix(db): `ExpressionBuilder::like` expects string, but `OCP\DB\QueryB…
nickvergessen 2b83016
fix(db): TooManyArguments: Too many arguments for method `Doctrine\DB…
nickvergessen 55a8f33
fix(db): Doctrine Event Manager is removed
nickvergessen 5823d58
fix(db)!: `Doctrine\DBAL\Platforms\MySQL80Platform` requires the leng…
nickvergessen e8ef23d
fix(db): Too few arguments for `Doctrine\DBAL\Driver::getDatabasePlat…
nickvergessen df7d088
fix(db)!: Deprecate getDatabasePlatform which leaks 3rdparty
nickvergessen 60217aa
fix(db): No longer return result of `Connection::connect()`
nickvergessen 926f2ab
fix(db): Too many arguments for method `\Doctrine\DBAL\Connection::qu…
nickvergessen bae31bf
fix(db): Method `\Doctrine\DBAL\Platforms\AbstractPlatform::getIdenti…
nickvergessen 7156569
fix(db): Argument 2 of `\Doctrine\DBAL\Platforms\AbstractPlatform::ge…
nickvergessen 66aac18
fix(db)!: `OCP\DB\IPreparedStatement::bindParam()` is deprecated and …
nickvergessen 98b6c7c
fix(db): Add a hint that we return PHP_INT_MAX
nickvergessen 6b2f136
fix(db): Map parameter types to doctrine's enums
nickvergessen 1370693
fix(db): Remove usage of Platforms
nickvergessen de5a7c3
fix(db)!: Reimplement the query logger with a doctrine middleware
nickvergessen 8153c38
fix(db): Don't set null as type
nickvergessen fc383a3
fix(tests): Adjust the migrator test
nickvergessen 4c80fdd
fix(db): Adjust unit tests of query builder
nickvergessen 5718e8f
fix(tests): Fix changes in doctrine's Exception handling
nickvergessen f0348be
fix(db): Replace more Platform usages
nickvergessen b2cf45c
fix(tests): Add length to test columns that bypass the migration service
nickvergessen 72c8c3a
fix(tests): Adjust postgres schema diffing
nickvergessen 8b7f8e1
fix(tests): Also handle the case where the schema is cached and the D…
nickvergessen 5fdc5d5
fix(db)!: Too few arguments to function `Doctrine\DBAL\Query\Expressi…
nickvergessen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.