#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                 
Resolution:             |    Keywords:                       
  Has_test:  0          |    Mystatus:  Pending Core Response
 Has_patch:  0          |  
------------------------+---------------------------------------------------
Old description:

> 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.

New description:

 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. Perhaps other field options need be considered.

-- 
Ticket URL: <http://trac.phpdoctrine.org/ticket/1375#comment:1>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to