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

[BUGFIX] Pass array to AbstractSchemaManager::tablesExist() #826

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

tillhoerner
Copy link
Contributor

Since doctrine/dbal 4.0 the method AbstractSchemaManager::tablesExist() no longer accepts a string. Pass an array instead to stay compatible with dbal 3 and 4.

https://github.com/doctrine/dbal/blob/4.0.0/UPGRADE.md#bc-break-changes-in-the-doctrinedbalschema-api-1

Since doctrine/dbal 4.0 the method AbstractSchemaManager::tablesExist()
no longer accepts a string. Pass an array instead to stay compatible
with dbal 3 and 4.

https://github.com/doctrine/dbal/blob/4.0.0/UPGRADE.md#bc-break-changes-in-the-doctrinedbalschema-api-1
@lochmueller
Copy link
Owner

Hey @tillhoerner
thanks for the fix! Merged.
Regards,
Tim

@lochmueller lochmueller merged commit 5e98f83 into lochmueller:main Jan 31, 2025
4 of 7 checks passed
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