#30248: Implement case insensitive fields in Sqlite
-------------------------------------+-------------------------------------
               Reporter:  Stuart     |          Owner:  nobody
  Axon                               |
                   Type:  New        |         Status:  new
  feature                            |
              Component:             |        Version:  2.1
  Uncategorized                      |       Keywords:  sqlite citext
               Severity:  Normal     |  postgres
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Sqlite supports case insensitive fields by setting COLLATE NOCASE.

 This works as you would expect for SELECT and INSERT.


 It would be great to have equivalents to the CIText fields in
 postgres.contrib - this would make it a lot easier to unit test code using
 those fields.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30248>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.c7584d3815f557f1435c57c13f6d4af3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to