Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Avoid deprecated AbstractSchemaManager::getDatabasePlatform() #521

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

sbuerk
Copy link
Collaborator

@sbuerk sbuerk commented Nov 21, 2023

The doctrine team deprecated the AbstractSchemaManager::getDatabasePlatform()
method has been deprecated. [1]

Use Connection::getDatabasePlatform() instead to mitigate this deprecation.

[1] https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-abstractschemamanagergetdatabaseplatform

Releases: main

The doctrine team deprecated the `AbstractSchemaManager::getDatabasePlatform()`
method has been deprecated. [1]

Use `Connection::getDatabasePlatform()` instead to mitigate this deprecation.

[1] https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-abstractschemamanagergetdatabaseplatform

Releases: main
@sbuerk sbuerk merged commit 6fd0cfd into main Nov 21, 2023
4 checks passed
@sbuerk sbuerk deleted the stefan-3 branch November 21, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants