mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-702: Doctrine\ORM\Tools\SchemaTool.php not updated to reflect changes in dbal commit b016a5e411fa13f384d8 #866
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