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

Remove implementation of alterTable() for SQLite #5660

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

morozov
Copy link
Member

@morozov morozov commented Sep 7, 2022

The SQLite schema manager doesn't need to override the default implementation of renameTable() because its alterTable() doesn't use the $fromTable property of the diff being passed down the line.

Additionally, renameTableTest() has been moved to the base schema manager test class to cover the same scenario across all supported platforms.

@morozov morozov marked this pull request as ready for review September 7, 2022 01:42
@morozov morozov added this to the 3.5.0 milestone Sep 7, 2022
@morozov morozov merged commit 58beef0 into doctrine:3.5.x Sep 7, 2022
@morozov morozov deleted the remove-sqlite-rename-table branch September 7, 2022 13:27
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants