DDC-1393: Skipping tables or columns in database driver or SchemaTool #1746

Closed
opened 2026-01-22 13:24:20 +01:00 by admin · 4 comments
Owner

Originally created by @doctrinebot on GitHub (Sep 24, 2011).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user @beberlei:

There should be a sane way to skip sources of errors in SchemaTool and the DatabaseDriver.

Originally created by @doctrinebot on GitHub (Sep 24, 2011). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user @beberlei: There should be a sane way to skip sources of errors in SchemaTool and the DatabaseDriver.
admin added the ImprovementWon't Fix labels 2026-01-22 13:24:20 +01:00
admin closed this issue 2026-01-22 13:24:20 +01:00
Author
Owner

@doctrinebot commented on GitHub (Sep 24, 2011):

Comment created by @beberlei:

Idea:

Develop a datastructure of sorts that allows saving information about skipping tables and columns therein when reverse engeneering.

@doctrinebot commented on GitHub (Sep 24, 2011): Comment created by @beberlei: Idea: Develop a datastructure of sorts that allows saving information about skipping tables and columns therein when reverse engeneering.
Author
Owner

@doctrinebot commented on GitHub (Dec 9, 2011):

Comment created by @guilhermeblanco:

This is not possible unless you take advantage of Topological Sorting to map class dependencies like we do inside of UnitOfWork AFTER creating the ClassMetadata.

The necessity of having this is mandatory because we can never skip classes that have associations to other ones though FK.
You may try that, but it doesn't compensate the effort. I'd rather mark this bug as won't fix, but I'm leaving for you do that. =)

@doctrinebot commented on GitHub (Dec 9, 2011): Comment created by @guilhermeblanco: This is not possible unless you take advantage of Topological Sorting to map class dependencies like we do inside of UnitOfWork AFTER creating the ClassMetadata. The necessity of having this is mandatory because we can never skip classes that have associations to other ones though FK. You may try that, but it doesn't compensate the effort. I'd rather mark this bug as won't fix, but I'm leaving for you do that. =)
Author
Owner

@doctrinebot commented on GitHub (Dec 20, 2011):

Comment created by @guilhermeblanco:

Updating fix version

@doctrinebot commented on GitHub (Dec 20, 2011): Comment created by @guilhermeblanco: Updating fix version
Author
Owner

@malukenho commented on GitHub (Jan 3, 2017):

@Ocramius seems like won't fix is appropriated.

@malukenho commented on GitHub (Jan 3, 2017): @Ocramius seems like `won't fix` is appropriated.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1746