mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2035: XML Mapping : add attribute "length" for tag "id" #2565
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 (Sep 20, 2012).
Originally assigned to: @lcobucci on GitHub.
Jira issue originally created by user seros:
XML mapping :
<id name="id" type="string" length="16"/>Generate SQL :
id varchar(255) not nullIt's not possible with XML mapping to have :
id varchar(16) not nullBecause tag "id" doesn't support "length" attribute.
Please add this attribute
@doctrinebot commented on GitHub (Sep 20, 2012):
Comment created by @FabioBatSilva:
Hi Erik,
Which version are you using ?
@malukenho commented on GitHub (Jan 5, 2017):
@Ocramius @lcobucci can be closed as invalid
@lcobucci commented on GitHub (Jan 5, 2017):
Closing as
invalidsince it was already supported and we didn't hear anything from the user.