DDC-1266: doctrine drop sequence twice #1592

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

Originally created by @doctrinebot on GitHub (Jul 10, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user mathroc:

when "_platform->supportsSequences()", a sequence can be droped twice

patch attached

Originally created by @doctrinebot on GitHub (Jul 10, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user mathroc: when "_platform->supportsSequences()", a sequence can be droped twice patch attached
admin added the Bug label 2026-01-22 13:19:15 +01:00
admin closed this issue 2026-01-22 13:19:16 +01:00
Author
Owner
@doctrinebot commented on GitHub (Jul 10, 2011): - is required for [DDC-1082: On PostgreSQL "doctrine orm:schema-tool:drop --force" will not delete all tables created by orm:schema-tool:create and still report success](http://www.doctrine-project.org/jira/browse/DDC-1082)
Author
Owner

@doctrinebot commented on GitHub (Oct 31, 2011):

Comment created by @beberlei:

Fixed in DBAL now by using SplObjectStorage to have only one unique sequence to drop (same for tables and foreign keys)

@doctrinebot commented on GitHub (Oct 31, 2011): Comment created by @beberlei: Fixed in DBAL now by using SplObjectStorage to have only one unique sequence to drop (same for tables and foreign keys)
Author
Owner

@doctrinebot commented on GitHub (Oct 31, 2011):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Oct 31, 2011): Issue was closed with resolution "Fixed"
Author
Owner

@doctrinebot commented on GitHub (Dec 13, 2015):

Imported 1 attachments from Jira into https://gist.github.com/aefb4009fed09d858504

@doctrinebot commented on GitHub (Dec 13, 2015): Imported 1 attachments from Jira into https://gist.github.com/aefb4009fed09d858504 - [11027_doctrine-orm_drop-sequence-twice.patch](https://gist.github.com/aefb4009fed09d858504#file-11027_doctrine-orm_drop-sequence-twice-patch)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1592