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 SchemaManager->listTableDetails() method #520

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

sbuerk
Copy link
Collaborator

@sbuerk sbuerk commented Nov 21, 2023

Doctrine DBAL deprecated SchemaManager->listTableDetails()
within 3.x [1]. That means that this method will be removed
with doctrine/dbal 4.x.

To pave the way towards the next doctrine/dbal major version,
the usage is replaced with the SchemaManager->introspectTable()
method.

[1] https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-abstractschemamanager-schema-introspection-methods

Releases: main

Doctrine DBAL deprecated `SchemaManager->listTableDetails()`
within `3.x` [1]. That means that this method will be removed
with `doctrine/dbal 4.x`.

To pave the way towards the next `doctrine/dbal` major version,
the usage is replaced with the `SchemaManager->introspectTable()`
method.

[1] https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-abstractschemamanager-schema-introspection-methods

Releases: main
@sbuerk sbuerk merged commit 5a602c8 into main Nov 21, 2023
4 checks passed
@sbuerk sbuerk deleted the stefan-2 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