mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1657: The Doctrine cli tool does not handle schema correctly. #2081
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Feb 19, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user presteus:
At first time, sorry for my english and I will be short and brief, the problem is clearly explained in the title and the test is very simple.
The entity
Before the first deployment
During the first deployement
I test the application and all work correctly
After this test
The result is false. I should see Nothing to update - your database is already in sync with the current entity metadata.
In addition, the schema name does not appear, except for foreign key, what must be causing the problem.
@doctrinebot commented on GitHub (Feb 19, 2012):
@doctrinebot commented on GitHub (May 27, 2012):
Comment created by @beberlei:
This issue was partially fixed in DBAL already, however it seems there is still a problem with sequence detection.
@doctrinebot commented on GitHub (Jul 8, 2012):
Comment created by @beberlei:
Fixed the sequence problem in 2.3, the other schema problems where indeed fixed in 2.2.1 already.
@doctrinebot commented on GitHub (Jul 8, 2012):
Issue was closed with resolution "Fixed"