Changes between Initial Version and Version 1 of Ticket #26167, comment 7
- Timestamp:
- Feb 12, 2017, 12:40:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26167, comment 7
initial v1 51 51 django.db.utils.ProgrammingError: functions in index expression must be marked IMMUTABLE 52 52 }}} 53 The SQL that raises the exception is `CREATE INDEX "some_func_index" ON "app_foo" (CONCAT(LOWER("name"), 'blub'))`