Skip to content

Bump doctrine/dbal from 2.12.1 to 3.3.7 - #998

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/composer/dev/doctrine/dbal-3.3.7
Closed

Bump doctrine/dbal from 2.12.1 to 3.3.7#998
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/composer/dev/doctrine/dbal-3.3.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2022

Copy link
Copy Markdown
Contributor

Bumps doctrine/dbal from 2.12.1 to 3.3.7.

Release notes

Sourced from doctrine/dbal's releases.

3.3.7

Release 3.3.7

3.3.7

  • Total issues resolved: 1
  • Total pull requests resolved: 8
  • Total contributors: 6

Code Style,Static Analysis

Static Analysis

Documentation,Type Mapping

Bug,PostgreSQL,Schema Management

Bug,PHP,PostgreSQL

Documentation

CI

3.3.6

Release 3.3.6

... (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 @deprecated docblock 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() and Type::convertToPHPValueSQL() regardless of the type.

Deprecated the doctrine-dbal binary.

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 the doctrine-dbal binary.

Deprecated the Graphviz visitor.

This class is not part of the database abstraction provided by the library and will be removed in DBAL 4.

Deprecated the --depth option of RunSqlCommand.

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::$doctrineTypeComments is 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
  • 9f79d46 Merge pull request #5444 from derrabus/bump/phpcs
  • 8384b03 PHP CodeSniffer 3.7.0, PHPStan 1.7.13
  • e15d05d Merge pull request #5426 from derrabus/bump/phpstan
  • fe7dd7c PHPStan 1.7.9
  • 0ac55a0 Merge pull request #5417 from morozov/psalm-php-8.1
  • 1168f1b Run Psalm with language level PHP 8.1
  • 6530ffd Merge pull request #5415 from kaznovac/patch-1
  • 7b24c55 Update documentation for the guid type
  • 4c1926e Merge pull request #5407 from jongotlin/jongotlin-patch-1
  • 8ba42c0 Create sequences before tables
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.12.1 to 3.3.7.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Upgrade guide](https://github.com/doctrine/dbal/blob/3.3.x/UPGRADE.md)
- [Commits](doctrine/dbal@2.12.1...3.3.7)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 20, 2022
@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #1037.

@dependabot dependabot Bot closed this Aug 8, 2022
@dependabot
dependabot Bot deleted the dependabot/composer/dev/doctrine/dbal-3.3.7 branch August 8, 2022 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants