Changes between Initial Version and Version 1 of Ticket #32485


Ignore:
Timestamp:
Feb 26, 2021, 5:01:25 PM (3 years ago)
Author:
Mesut Öncel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32485 – Description

    initial v1  
     1For https://github.com/django/django/blob/master/django/db/backends/postgresql/operations.py#L103
     2
    13There are 2 major disadvantages of using UPPER instead of buttonhole in Django ORM "icontains" operator. First of all, I would like to talk about the performance problem. If you add an expression to an index set for the "like" operator, index will not be used.
    24
Back to Top