Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps doctrine/dbal from 3.10.4 to 4.4.1.

Release notes

Sourced from doctrine/dbal's releases.

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

4.4.0

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

Improvement,MariaDB,MySQL,Schema Comparison,Schema Definition

Schema Management,Test Suite

Default Values,Deprecation,Improvement,Schema Definition

Deprecation,Schema Definition

SQLite,Schema Management

Deprecation,Foreign Keys,Schema Comparison,Schema Management

... (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
  • 3d54447 Don't attempt to rollback when connections are lost (#7240)
  • 1cbda9f Merge branch '3.10.x' into 4.4.x
  • fb127d8 Test Oracle drivers on PHP 8.5 (#7236)
  • e8c5163 Merge branch '4.3.x' into 4.4.x
  • 0d8eab4 Merge branch '3.10.x' into 4.3.x
  • 93e73f7 Prepare the 4.4.0 release (#7233)
  • 3a3fa7d Change MySQL bool declaration from TINYINT(1) to TINYINT (#7221)
  • 9ecb086 Merge branch '4.3.x' into 4.4.x
  • 1b31b54 Merge branch '3.10.x' into 4.3.x
  • 37a7e9d Merge branch '4.3.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 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)

Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.10.4 to 4.4.1.
- [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.1)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-version: 4.4.1
  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 Dec 8, 2025
@dependabot dependabot bot requested a review from norberttech as a code owner December 8, 2025 15:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 8, 2025
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.

1 participant