Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps doctrine/dbal from 3.10.3 to 4.4.0.

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
  • 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
  • 63a46cb Bump GitHub actions (#7229)
  • 33be106 Test against stable Symfony 8 (#7228)
  • ece43bf Bump doctrine/.github/.github/workflows/phpstan.yml from 12.2.0 to 13.0.0 (#7...
  • 5a95d76 Bump doctrine/.github/.github/workflows/documentation.yml from 12.2.0 to 13.0...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 1, 2025
@dependabot dependabot bot requested a review from norberttech as a code owner December 1, 2025 16:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 1, 2025
@dependabot dependabot bot force-pushed the dependabot/composer/doctrine/dbal-4.4.0 branch from 89ae1c1 to 56c0023 Compare December 4, 2025 13:03
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.10.3 to 4.4.0.
- [Upgrade guide](https://github.com/doctrine/dbal/blob/4.4.x/UPGRADE.md)
- [Commits](doctrine/dbal@3.10.3...4.4.0)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-version: 4.4.0
  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.4.0 branch from 56c0023 to 4f96c87 Compare December 4, 2025 13:04
@norberttech norberttech closed this Dec 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/doctrine/dbal-4.4.0 branch December 4, 2025 13:08
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.

2 participants