Changes between Initial Version and Version 1 of Ticket #24887, comment 6


Ignore:
Timestamp:
Jun 4, 2015, 12:00:14 PM (9 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24887, comment 6

    initial v1  
    1 Does `len(self.source_expressions) == (c.source_expressions)` in all cases? If that's the case maybe we should loop over all `c.source_expressions` to test for `.contains_aggregate and not summarize`.
     1Does `len(self.source_expressions) == len(c.source_expressions)` in all cases? If that's the case maybe we should loop over all `c.source_expressions` to test for `.contains_aggregate and not summarize`.
Back to Top