Changes between Initial Version and Version 1 of Ticket #29582, comment 2
- Timestamp:
- Jul 20, 2018, 8:45:12 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29582, comment 2
initial v1 1 Not sure why the `||` operator was used with `coalesce` here; `concat` already does a good job at ignoring `NULL` values and non-text arguments.1 Not sure why the `||` operator was used with `coalesce` here; `concat` already does a good job at ignoring `NULL` values and casting non-text arguments. 2 2 3 3 https://github.com/django/django/pull/10209/