Changes between Initial Version and Version 1 of Ticket #26167, comment 7


Ignore:
Timestamp:
Feb 12, 2017, 12:40:06 PM (7 years ago)
Author:
Markus Holtermann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26167, comment 7

    initial v1  
    5151django.db.utils.ProgrammingError: functions in index expression must be marked IMMUTABLE
    5252}}}
     53The SQL that raises the exception is `CREATE INDEX "some_func_index" ON "app_foo" (CONCAT(LOWER("name"), 'blub'))`
Back to Top