Changes between Initial Version and Version 1 of Ticket #32485
- Timestamp:
- Feb 26, 2021, 5:01:25 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32485 – Description
initial v1 1 For https://github.com/django/django/blob/master/django/db/backends/postgresql/operations.py#L103 2 1 3 There 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. 2 4