Speedtest-Tracker
Speedtest-Tracker copied to clipboard
Bump doctrine/dbal from 2.12.1 to 3.3.8
Bumps doctrine/dbal from 2.12.1 to 3.3.8.
Release notes
Sourced from doctrine/dbal's releases.
3.3.8
Release 3.3.8
3.3.8
- Total issues resolved: 1
- Total pull requests resolved: 12
- Total contributors: 6
Bug,Type Conversion
Test Suite
Dependencies
- 5533: Update PHPStan to 1.8.2 thanks to
@morozovDocumentation,Schema Comparison
Code Style
- 5479: Fix AbstractMySQLPlatform comment typo thanks to
@mvorisek- 5475: Use double quotes for strings containing contractions thanks to
@morozovDocumentation
Bug,Schema Comparison,Schema Management
Static Analysis,Test Suite
... (truncated)
Upgrade guide
Sourced from doctrine/dbal's upgrade guide.
Note about upgrading: Doctrine uses static and runtime mechanisms to raise awareness about deprecated code.
- Use of
@deprecateddocblock that is detected by IDEs (like PHPStorm) or Static Analysis tools (like Psalm, phpstan)- Use of our low-overhead runtime deprecation API, details: https://github.com/doctrine/deprecations/
Upgrade to 3.3
Deprecated
Type::canRequireSQLConversion().Consumers should call
Type::convertToDatabaseValueSQL()andType::convertToPHPValueSQL()regardless of the type.Deprecated the
doctrine-dbalbinary.The documentation explains how the console tools can be bootstrapped for standalone usage.
The method
ConsoleRunner::printCliConfigTemplate()is deprecated because it was only useful in the context of thedoctrine-dbalbinary.Deprecated the
Graphvizvisitor.This class is not part of the database abstraction provided by the library and will be removed in DBAL 4.
Deprecated the
--depthoption ofRunSqlCommand.This option does not have any effect anymore and will be removed in DBAL 4.
Deprecated platform "commented type" API
Since
Type::requiresSQLCommentTypeHint()already allows determining whether a type should result in SQL columns with a type hint in their comments, the following methods are deprecated:
AbstractPlatform::isCommentedDoctrineType()AbstractPlatform::initializeCommentedDoctrineTypes()AbstractPlatform::markDoctrineTypeCommented()The protected property
AbstractPlatform::$doctrineTypeCommentsis deprecated as well.Deprecated support for IBM DB2 10.5 and older
IBM DB2 10.5 and older won't be supported in DBAL 4. Consider upgrading to IBM DB2 11.1 or later.
Deprecated support for Oracle 12c (12.2.0.1) and older
Oracle 12c (12.2.0.1) won't be supported in DBAL 4. Consider upgrading to Oracle 18c (12.2.0.2) or later.
... (truncated)
Commits
f873a82Merge pull request #5566 from wouterj/serialization-deprecationc66b982Do not treat deprecation level as errorsde42378Merge pull request #5535 from derrabus/improvement/assert-count1100987Use assertCount() when possiblef31bf8aMerge pull request #5533 from morozov/phpstan-1.8e2dd913Update PHPStan to 1.8.28532d49Merge pull request #5522 from morozov/lock-closed-issues6adcfe5Lock closed issues39a05f6Merge pull request #5503 from derrabus/bugfix/deprecation-link5c85fd4Fix link in deprecation message- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)