xy2z / dopenote

📝 Self-hosted modern webapp for notes - Free and open source - (WORK IN PROGRESS)
https://dopenote.gitbook.io/docs/
GNU General Public License v3.0
24 stars 9 forks source link

Bump doctrine/dbal from 2.10.2 to 3.1.0 #324

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps doctrine/dbal from 2.10.2 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 4.0

Removed ReservedWordsCommand::setKeywordListClass()

To add or replace a keyword list, use ReservedWordsCommand::setKeywordList().

Removed AbstractPlatform::getReservedKeywordsClass()

Instead of implementing AbstractPlatform::getReservedKeywordsClass(), platforms must implement AbstractPlatform::createReservedKeywordsList(). The latter has been made abstract.

PostgreSQLSchemaManager methods have been made protected.

PostgreSQLSchemaManager::getExistingSchemaSearchPaths() and ::determineExistingSchemaSearchPaths() have been made protected. The former has also been made final.

Removed schema- and namespace-related methods

The following schema- and namespace-related methods have been removed:

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

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

The $driverOptions argument of PDO\Statement::bindParam() and PDO\SQLSrv\Statement::bindParam() has been removed. The specifics of binding a parameter to the statement should be specified using the $type argument.

BC BREAK: Removed Connection::$_schemaManager and Connection::getSchemaManager()

The Connection and AbstractSchemaManager classes used to have a reference on each other effectively making a circular reference. Use createSchemaManager() to instantiate a schema manager.

BC BREAK: Removed Connection::$_expr and Connection::getExpressionBuilder()

The Connection and ExpressionBuilder classes used to have a reference on each other effectively making a circular reference. Use createExpressionBuilder() to instantiate an expression builder.

BC BREAK: Removed ExpressionBuilder methods

The andX() and orX() methods of the ExpressionBuilder class have been removed. Use and() and or() instead.

BC BREAK: Removed CompositeExpression methods

... (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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #341.