sylae / huntress

Multipurpose discord bot
MIT License
4 stars 6 forks source link

Bump doctrine/dbal from 2.13.9 to 3.4.2 #151

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps doctrine/dbal from 2.13.9 to 3.4.2.

Release notes

Sourced from doctrine/dbal's releases.

3.4.2

Release 3.4.2

3.4.2

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

Bug,Namespaces,PostgreSQL,Regression,Schema Management,Sequences

PostgreSQL,Test Suite

Bug,Foreign Keys,SQLite,Schema Introspection

3.4.1

Release 3.4.1

3.4.1

  • Total issues resolved: 7
  • Total pull requests resolved: 9
  • Total contributors: 9

Oracle,Schema Introspection,Test Suite

Documentation,Schema Comparison

Columns,Static Analysis

... (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
  • 22de295 Merge pull request #5604 from morozov/issues/5598-drop-sequence
  • 645ea4e When dropping schema, drop sequences before tables
  • d6798d7 Do not drop schemas in DropSchemaObjectsSQLBuilder
  • cc94e25 Merge pull request #5597 from morozov/issues/5584
  • 7040c36 Merge pull request #5599 from HypeMC/fix-postgresql-only-test
  • 27a1110 Fix condition in PostgreSQL only test
  • f62eeba Fix parsing SQLite FK reference not containing whitepace
  • 94e0164 Merge pull request #5576 from morozov/issues/5575-reserved-keyword-table-intr...
  • d0d7f63 Rework introspection of table indexes and foreign keys on Postgres
  • 36b9ffc Merge pull request #5580 from morozov/issues/5579
  • 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 #153.