Changes between Initial Version and Version 1 of Ticket #34978, comment 2
- Timestamp:
- Nov 20, 2023, 4:04:02 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34978, comment 2
initial v1 47 47 48 48 This one's interesting because we can't dig into RawSQL to determine whether it's valid in a GROUP BY or not. 49 50 EDIT: Actually this test fails before 041551d716b69ee7c81199eee86a2d10a72e15ab. The difference is the `values('publisher')` vs the OP's example of sorting by the raw expression. The latter includes the pk so it can be reduced, the former cannot.