#34887: Allow unlimited CharField for SQLite backend
-------------------------------------+-------------------------------------
     Reporter:  Kar Petrosyan        |                    Owner:  Kar
                                     |  Petrosyan
         Type:  New feature          |                   Status:  closed
    Component:  Database layer       |                  Version:  4.2
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:  SQLite               |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

 * status:  assigned => closed
 * resolution:   => wontfix
 * component:  Uncategorized => Database layer (models, ORM)


Comment:

 SQLite has limited number of datatypes, and there is no difference between
 `TEXT` and `VARCHAR` (no declared max length), both would be stored in the
 `TEXT` datatype. You can use `TextField` for unlimited `CharField`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34887#comment:2>
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 on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018af9a3a42c-372c5d4d-e701-4ad6-bb7e-51fe72875d79-000000%40eu-central-1.amazonses.com.

Reply via email to