sylae / huntress

Multipurpose discord bot
MIT License
4 stars 6 forks source link

Bump doctrine/dbal from 2.13.9 to 3.4.4 #155

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps doctrine/dbal from 2.13.9 to 3.4.4.

Release notes

Sourced from doctrine/dbal's releases.

3.4.4

Release 3.4.4

3.4.4

  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 3

Dependencies,Test Suite

Bug,MySQL,Performance,Regression

Static Analysis,Test Suite

3.4.3

Release 3.4.3

3.4.3

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Code Style

Bug,Portability,Regression,SQLite,Schema Introspection

3.4.2

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

Deprecated wrapper- and driver-level Statement::bindParam() methods.

The following methods have been deprecated:

  1. Doctrine\DBAL\Statement::bindParam(),
  2. Doctrine\DBAL\Driver\Statement::bindParam().

Use the corresponding bindValue() instead.

Deprecated not passing parameter type to the driver-level Statement::bind*() methods.

Not passing $type to the driver-level Statement::bindParam() and ::bindValue() is deprecated. Pass the type corresponding to the parameter being bound.

Deprecated passing $params to Statement::execute*() methods.

Passing $params to the driver-level Statement::execute() and the wrapper-level Statement::executeQuery() and Statement::executeStatement() methods has been deprecated.

Bind parameters using Statement::bindParam() or Statement::bindValue() instead.

Deprecated QueryBuilder methods and constants.

  1. The QueryBuilder::getState() method has been deprecated as the builder state is an internal concern.
  2. Relying on the type of the query being built by using QueryBuilder::getType() has been deprecated. If necessary, track the type of the query being built outside of the builder.

The following QueryBuilder constants related to the above methods have been deprecated:

  1. SELECT,
  2. DELETE,
  3. UPDATE,
  4. INSERT,
  5. STATE_DIRTY,
  6. STATE_CLEAN.

Marked Connection::ARRAY_PARAM_OFFSET as internal.

The Connection::ARRAY_PARAM_OFFSET constant has been marked as internal. It will be removed in 4.0.

... (truncated)

Commits
  • 4cbbe6e Merge pull request #5646 from greg0ire/bump-sa-tools
  • 1b51745 Upgrade to Psalm 4.27
  • 3893fa8 Upgrade to PHPStan 1.8.3
  • 9148cb3 Remove dynamic test
  • af809ec Improve data provider phpdoc
  • 488f9d2 Merge pull request #5639 from m-vo/bugfix/table_name-join-performance-regression
  • 60a9876 Optimize MySQLSchemaManager::selectTableColumns()
  • e35bddf Merge pull request #5636 from derrabus/bump/tools
  • c8a9bd4 PHPUnit 9.5.24, Psalm 4.26.0
  • a24b89d Merge pull request #5624 from greg0ire/cs-update
  • 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[bot] commented 2 years ago

Superseded by #158.