#1375: Unable to set 'unsigned' for I18N selector field
-----------------------------------+----------------------------------------
Reporter: colnector | Owner: jwage
Type: defect | Status: new
Priority: minor | Milestone: Unknown
Component: I18n | Version: 0.11
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
Consider this schema
{{{
MyClass:
actAs:
I18n:
fields: [name]
type: integer
length: 1
unsigned: true
}}}
The unsigned is ignored and the lang column becomes a signed column.
This should be a small fix in Doctrine_I18n class to accept unsigned as an
option.
--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1375>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---