mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-702: Doctrine\ORM\Tools\SchemaTool.php not updated to reflect changes in dbal commit b016a5e411fa13f384d8 #868
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 (Jul 20, 2010).
Jira issue originally created by user iampersistent:
The usage of an IdGenerator was removed from dbal in commit b016a5e411fa13f384d8
b016a5e411but SchemaTool function getSchemaFromMetadata (line 102) still contains references to Doctrine\DBAL\Schema\Table function setIdGeneratorType in lines 120 - 124, 174, 175@doctrinebot commented on GitHub (Jul 20, 2010):
Comment created by @beberlei:
You are combining the Packages wrong, see the Git install notes:
http://www.doctrine-project.org/projects/orm/2.0/docs/reference/introduction/en#installing:github
You are using DBAL and ORM Master versions, which are not compatible at the moment.
@doctrinebot commented on GitHub (Jul 20, 2010):
Issue was closed with resolution "Won't Fix"