#36101: Support bit data type model field on MySQL, PostgreSQL
-------------------------------------+-------------------------------------
     Reporter:  Jordan Bae           |                     Type:  New
                                     |  feature
       Status:  new                  |                Component:  Database
                                     |  layer (models, ORM)
      Version:  dev                  |                 Severity:  Normal
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
 Currently Django model field doesn't support bit data type.

 I think It can be helpful to handle bit data type on MySQL, PostgreSQL.

 Especially I have below experience.

 When I was trying to make a read-only model with inspectdb, bit data type
 column was made by TextField with `This field type is a guess.`.

 It's not a bug. but BitField will makes efficiency bit data type and other
 experiences on Django
-- 
Ticket URL: <https://code.djangoproject.com/ticket/36101>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-updates/010701946a7ab87d-c54a1c21-ab8a-4205-a2f4-1cd891f6e6b4-000000%40eu-central-1.amazonses.com.

Reply via email to