#56: MySQL id columns should be UNSIGNED
-------------------------------------+-------------------------------------
     Reporter:  Manuzhai <mail@…>    |                    Owner:
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  mysql                |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  1                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by pzinovkin):

 https://github.com/django/django/pull/308

 There is no need to use unsigned field to increase id-space. It will only
 introduce inconsistency between database engines.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/56#comment:32>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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 https://groups.google.com/groups/opt_out.


Reply via email to