mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1784: Error on generate entities: 'Attribute "allocationSize" of @ORM\SequenceGenerator' #2247
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 (Apr 18, 2012).
Jira issue originally created by user augustoximenes:
When I generated my entities on version 2.2.2 through "orm:convert-mapping", the sequence has a value ' allocationSize="1", initialValue="1" ' with quotes.
So I received an error:
Attribute "allocationSize" of @ORM\SequenceGenerator declared on property entities\Test::$id expects a(n) integer, but got string.
To fix, I removed the quotes. is It a bug?
Part of entity generated:
@doctrinebot commented on GitHub (Apr 18, 2012):
Comment created by augustoximenes:
I think the problem is on the line 1037 to 1042 of Class Doctrine \ ORM \ Tools \ EntityGenerator:
Replace to:
@doctrinebot commented on GitHub (Apr 20, 2012):
Comment created by @FabioBatSilva:
Fixed by :
d5d47222c1@doctrinebot commented on GitHub (Apr 20, 2012):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (May 27, 2012):
Comment created by @beberlei:
Merged into 2.2