Skip to content

Bump doctrine/dbal from 2.10.4 to 3.1.0#146

Closed
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/composer/doctrine/dbal-3.1.0
Closed

Bump doctrine/dbal from 2.10.4 to 3.1.0#146
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/composer/doctrine/dbal-3.1.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps doctrine/dbal from 2.10.4 to 3.1.0.

Release notes

Sourced from doctrine/dbal's releases.

3.1.0

Release 3.1.0

3.1.0

  • Total issues resolved: 3
  • Total pull requests resolved: 16
  • Total contributors: 5

Deprecation,New Feature

Deprecation,Documentation

Deprecation,Documentation,Reserved Keywords

Deprecation,Oracle,Schema Managers

Error Handling,Improvement,Prepared Statements,oci8

Deprecation,Improvement,QueryBuilder

Deprecation

Connections,Sequences,pdo_sqlsrv

... (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.1

Deprecated schema- and namespace-related methods

The usage of the following schema- and namespace-related methods is deprecated:

  • AbstractPlatform::getListNamespacesSQL(),
  • AbstractSchemaManager::listNamespaceNames(),
  • AbstractSchemaManager::getPortableNamespacesList(),
  • AbstractSchemaManager::getPortableNamespaceDefinition(),
  • PostgreSQLSchemaManager::getSchemaNames().

Use AbstractSchemaManager::listSchemaNames() instead.

PostgreSQLSchemaManager methods marked internal.

PostgreSQLSchemaManager::getExistingSchemaSearchPaths() and ::determineExistingSchemaSearchPaths() have been marked internal.

OracleSchemaManager methods marked internal.

OracleSchemaManager::dropAutoincrement() has been marked internal.

Deprecated AbstractPlatform::getReservedKeywordsClass()

Instead of implementing getReservedKeywordsClass(), AbstractPlatform subclasses should implement createReservedKeywordsList().

Deprecated ReservedWordsCommand::setKeywordListClass()

The usage of ReservedWordsCommand::setKeywordListClass() has been deprecated. To add or replace a keyword list, use setKeywordList() instead.

Deprecated $driverOptions argument of PDO\Statement::bindParam() and PDO\SQLSrv\Statement::bindParam()

The usage of the $driverOptions argument of PDO\Statement::bindParam() and PDO\SQLSrv\Statement::bindParam() is deprecated. To define parameter binding type as ASCII, BINARY or BLOB, use the corresponding ParameterType::* constant.

Deprecated Connection::$_schemaManager and Connection::getSchemaManager()

The usage of Connection::$_schemaManager and Connection::getSchemaManager() is deprecated. Use Connection::createSchemaManager() instead.

... (truncated)

Commits
  • 5ba62e7 Merge branch '3.0.x' into 3.1.x
  • 4dd066d Merge pull request #4610 from doctrine/2.13.x-merge-up-into-3.0.x_607db0f4870...
  • c800380 Merge pull request #4608 from morozov/shepherd
  • 05b7797 Attribute type coverage metric to 3.1.x instead of 2.13.x
  • 9fc431a Merge pull request #4604 from morozov/shepherd
  • 275131f Merge branch '3.0.x' into 3.1.x
  • 41d7dd9 Merge branch '2.13.x' into 3.0.x
  • a25bc6a Replace 2.12 with 2.13 in README
  • ef629cf Collect type coverage metrics, add badge to README
  • f4a801b Merge pull request #4596 from mdumoulin/fix_issue_4591
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 1, 2021
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #173.

@dependabot-preview dependabot-preview Bot deleted the dependabot/composer/doctrine/dbal-3.1.0 branch July 1, 2021 08:10
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