mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-647: string length not taken into account on id while using Yaml driver #798
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 (Jun 20, 2010).
Jira issue originally created by user goriol:
The string lenght specified in the Yaml file is not respected on id columns.
Sample YAML file
Command used to generate the SQL statements:
./doctrine orm:schema-tool:create --dump-sql
Result:
The "id" is generated as VARCHAR(255) instead of VARCHAR(10).
@doctrinebot commented on GitHub (Jun 20, 2010):
Comment created by @beberlei:
Fixed formating
@doctrinebot commented on GitHub (Jun 22, 2010):
Comment created by shurakai:
Fixed: http://github.com/Shurakai/doctrine2/tree/DDC-647
@doctrinebot commented on GitHub (Jun 22, 2010):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Jun 28, 2010):
Comment created by @beberlei:
Hey Christian, please don't mark bugs as fixed that have not been merged into the main repository yet.
Merged now