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

2.0.0 beta4 - Fix DDC 629 #9

Closed
wants to merge 9 commits into from
Closed

2.0.0 beta4 - Fix DDC 629 #9

wants to merge 9 commits into from

Conversation

tomdmaguire
Copy link

Modified so SchemaTool->dropSchema($classes) will use the $classes param to create the schema when dropping tables (see comit tomdmaguire/doctrine2@2853dd9 / pull request #8).
Following this AbstractSchemaManager in dbal submodule was updated, so the listTables() method, used by the createSchema() method, will use $classes param supplied.
This is useful when using Doctrine for a Wordpress plugin where you only desire to drop tables created using Doctrine, and not all the tables in the database.

beberlei and others added 9 commits January 1, 2011 22:07
… data classes

Modified so SchemaTool->dropSchema($classes) will use the $classes param to create the schema when dropping tables. Useful when using Doctrine for a Wordpress plugin where you only desire to drop tables created using Doctrine, and not all the tables in the database.
@guilhermeblanco
Copy link
Member

As per ticket, this issue is fixed already.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants