Changes between Initial Version and Version 1 of Ticket #23791, comment 2
- Timestamp:
- Nov 10, 2014, 9:47:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23791, comment 2
initial v1 1 Having said the workaround behaves correctly, I realize adding .values (...) screws up the ordering of the subquery, which is important if using .distinct (...). Similar effects to #236221 Having said the workaround behaves correctly, I realize adding {{{.values (...)}}} screws up the ordering of the subquery, which is important if using {{{.distinct (...)}}}. Similar effects to #23622