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

Rework table introspection for DB2 #5450

Merged
merged 1 commit into from
Jun 18, 2022

Conversation

morozov
Copy link
Member

@morozov morozov commented Jun 18, 2022

Q A
Type improvement

The current implementation of DB2SchemaManager overrides _getPortableTablesList() of its parent class but doesn't change any of its logic other than the logic implemented in _getPortableTableDefinition().

We can override the proper method and thus make the default implementation of AbstractSchemaManager::_getPortableTableDefinition() obsolete. We can make it abstract in 4.0.

@morozov morozov force-pushed the db2-get-portable-table-definition branch from 17a3908 to c60da3b Compare June 18, 2022 19:45
@morozov morozov added this to the 3.4.0 milestone Jun 18, 2022
@morozov morozov marked this pull request as ready for review June 18, 2022 20:08
@morozov morozov merged commit 2e48088 into doctrine:3.4.x Jun 18, 2022
@morozov morozov deleted the db2-get-portable-table-definition branch June 18, 2022 21:01
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants