Skip to content

Bump doctrine/dbal from 3.10.4 to 4.4.2#436

Open
dependabot[bot] wants to merge 1 commit into1.xfrom
dependabot/composer/doctrine/dbal-4.4.2
Open

Bump doctrine/dbal from 3.10.4 to 4.4.2#436
dependabot[bot] wants to merge 1 commit into1.xfrom
dependabot/composer/doctrine/dbal-4.4.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps doctrine/dbal from 3.10.4 to 4.4.2.

Release notes

Sourced from doctrine/dbal's releases.

4.4.2

Release Notes for 4.4.2

4.4.2

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Test Suite

Bug,Error Handling,Transactions,mysqli

Bug,Default Values,Schema Definition,Schema Introspection

Bug,Columns,Schema Definition

Changes from lower branches

4.4.1

Release Notes for 4.4.1

4.4.1

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

Bug,Transactions

4.4.0

Release Notes for 4.4.0

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

Deprecated using current date, time and timestamp SQL expressions as default values

Using SQL expressions for the current date, time, or timestamp as column default values is deprecated. Instead, use an instance of the CurrentDate, CurrentTime, or CurrentTimestamp class, respectively.

Deprecated Schema::createNamespace() and the $namespaces constructor parameter

The Schema::createNamespace() method and the $namespaces constructor parameter have been deprecated. The schema automatically derives namespace names from the names of its tables and sequences. Creating empty namespaces is deprecated.

Deprecated TableDiff::getDroppedForeignKeys()

The TableDiff::getDroppedForeignKeys() method has been deprecated. Use TableDiff::getDroppedForeignKeyConstraintNames() instead.

Deprecated AbstractSchemaManager methods

The following AbstractSchemaManager methods have been deprecated:

  1. listDatabases() - use introspectDatabaseNames() instead.
  2. listSchemaNames() - use introspectSchemaNames() instead.
  3. listTableNames() - use introspectTableNames() instead.
  4. listTableColumns() - use introspectTableColumns(), introspectTableColumnsByUnquotedName() or introspectTableColumnsByQuotedName() instead.
  5. listTableIndexes() - use introspectTableIndexes(), introspectTableIndexesByUnquotedName() or introspectTableIndexesByQuotedName() instead.
  6. listTableForeignKeys() - use introspectTableForeignKeys(), introspectTableForeignKeysByUnquotedName() or introspectTableForeignKeysByQuotedName() instead.
  7. introspectTable() - use introspectTableByUnquotedName() or introspectTableByQuotedName() instead.
  8. listTables() - use introspectTables() instead.
  9. listViews() - use introspectViews() instead.
  10. listSequences() - use introspectSequences() instead.

Marked PostgreSQLPlatform::getDefaultColumnValueSQLSnippet() as internal

The PostgreSQLPlatform::getDefaultColumnValueSQLSnippet() method has been marked as internal.

Deprecated dropping unnamed constraints

Passing unnamed foreign key constraints as part of the $droppedForeignKeys argument of the TableDiff constructor

... (truncated)

Commits
  • 476f7f0 Update PHPStan baseline
  • 5700d0f Merge branch '3.10.x' into 4.4.x
  • 95d8486 Bump laminas/automatic-releases from 1.25.0 to 1.26.2 (#7319)
  • 8381210 Avoid mocks without expectations (#7306)
  • 09e50f0 Merge pull request #7299 from greg0ire/4.4.x
  • ac48e86 Reuse test skip condition in tearDown()
  • afe71c1 Merge remote-tracking branch 'origin/3.10.x' into 4.4.x
  • 49c3ccf Bump PHPUnit version (#7298)
  • 8e54037 Merge pull request #7293 from greg0ire/4.4.x
  • a497e53 Merge remote-tracking branch 'origin/3.10.x' into 4.4.x
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 2, 2026
@dependabot dependabot bot requested a review from norberttech as a code owner March 2, 2026 16:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 2, 2026
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

Development

Successfully merging this pull request may close these issues.

0 participants