Changes between Initial Version and Version 1 of Ticket #25307, comment 11
- Timestamp:
- Feb 4, 2016, 12:24:40 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25307, comment 11
initial v1 1 From a short investigation it looks like the issue is actually caused by a `distinct()` and `aggregate()` of conditional expression combination.1 From a short investigation it looks like the issue is actually caused by a combination of using `distinct()` and `aggregate()` of conditional expression. 2 2 3 3 Can the people affected confirm that removing the `distinct()` call from their query silence the exception?