Changes between Initial Version and Version 1 of Ticket #17144, comment 2
- Timestamp:
- Nov 2, 2011, 2:10:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17144, comment 2
initial v1 1 1 Made a regression test reproducing the issue, and attached a patch. 2 3 The issue with the duplicated id is actually fixed in 1.4dev, so I'm not sure whether that's still affecting it. 2 4 3 5 The problem seems to happen because `self.query.select` is being added to the columns in `compiler.get_grouping()`. I don't want to remove it though, because it might break the postgres fixes from r14715.