DDC-313: Remove all the unnecessary stuff from Schema and Platform, like Triggers #388

Open
opened 2026-01-22 12:36:46 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Feb 10, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

-There should be graceful support for triggers in DBAL\Table instances if this is possible accross platforms.-

-Relevant use-cases are a post schema generation event in SchemaTool or any application that works with triggers. Some databases might even require Trigger support to allow for foreign key or auto-increment keys like Sqlite (FK) or Oracle (Auto-Increment). This could then nicely be done by the Fix Schema visitor which transforms "explicit" database objects into the database supported object that emulates this behaviour.-

There is so much dead and unnecessary code in DBAL\Platform and DBAL\Schema that should be removed.

Originally created by @doctrinebot on GitHub (Feb 10, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: -There should be graceful support for triggers in DBAL\Table instances if this is possible accross platforms.- -Relevant use-cases are a post schema generation event in SchemaTool or any application that works with triggers. Some databases might even require Trigger support to allow for foreign key or auto-increment keys like Sqlite (FK) or Oracle (Auto-Increment). This could then nicely be done by the Fix Schema visitor which transforms "explicit" database objects into the database supported object that emulates this behaviour.- There is so much dead and unnecessary code in DBAL\Platform and DBAL\Schema that should be removed.
admin added the Improvement label 2026-01-22 12:36:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#388