Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2025

Bumps doctrine/dbal from 3.9.1 to 4.2.4.

Release notes

Sourced from doctrine/dbal's releases.

4.2.4

Release Notes for 4.2.4

4.2.4

  • Total issues resolved: 0
  • Total pull requests resolved: 15
  • Total contributors: 5

Dependencies,Test Suite

CI,Test Suite

Documentation

Bug,Columns,SQLite,Schema Management,Tables

Configuration,Test Suite,pdo_sqlsrv

Auto-increment,MySQL,PostgreSQL,Primary Keys,Schema Management,Test Suite

IBM Db2,Test Suite

Static Analysis

Test Suite

MySQL,Primary Keys,Test Suite

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

Upgrade to 4.2

Support for new PDO subclasses on PHP 8.4

On PHP 8.4, if you call getNativeConnection() on a connection established through one of the PDO drivers, you will get an instance of the new PDO subclasses, e.g. Pdo\Mysql or Pdo\Ppgsql instead of just PDO.

However, this currently does not apply to persistent connections. See php/php-src#16314 for details.

Minor BC break: incompatible query cache format

The query cache format has been changed to address the issue where a cached result with no rows would miss the metadata. This change is not backwards compatible. If you are using the query cache, you should clear the cache before the upgrade.

Upgrade to 4.1

Deprecated TableDiff methods

The TableDiff methods getModifiedColumns() and getRenamedColumns() have been merged into a single method getChangedColumns(). Use this method instead.

Deprecated support for MariaDB 10.4, MySQL 5.7 and Postgres 10 + 11

  • Upgrade to MariaDB 10.5 or later.
  • Upgrade to MySQL 8.0 or later.
  • Upgrade to Postgres 12 or later.

Add Result::getColumnName()

Driver and middleware results need to implement a new method getColumnName() that gives access to the column name. Not doing so is deprecated.

Upgrade to 4.0

BC BREAK: removed AbstractMySQLPlatform methods.

  1. getColumnTypeSQLSnippets(),
  2. getDatabaseNameSQL().

BC BREAK: Removed lock-related AbstractPlatform methods

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot force-pushed the dependabot/composer/doctrine/dbal-4.2.4 branch 3 times, most recently from d3efad2 to c66caf0 Compare July 9, 2025 09:07
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.9.1 to 4.2.4.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Upgrade guide](https://github.com/doctrine/dbal/blob/4.2.x/UPGRADE.md)
- [Commits](doctrine/dbal@3.9.1...4.2.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/doctrine/dbal-4.2.4 branch from c66caf0 to e14b07e Compare July 10, 2025 17:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2025

Looks like doctrine/dbal is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jul 10, 2025
@dependabot dependabot bot deleted the dependabot/composer/doctrine/dbal-4.2.4 branch July 10, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant