Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps doctrine/dbal from 3.10.2 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

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.2 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.2...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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/doctrine/dbal-4.4.1 branch from cd52061 to 47315a7 Compare December 17, 2025 16:05
@nickvergessen
Copy link
Member

@dependabot ignore this major version

@dependabot dependabot bot closed this Dec 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2025

OK, I won't notify you about version 4.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/composer/doctrine/dbal-4.4.1 branch December 17, 2025 23:30
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.

2 participants