Changes between Initial Version and Version 1 of Ticket #31679, comment 9


Ignore:
Timestamp:
Dec 31, 2020, 7:46:46 AM (3 years ago)
Author:
Kristijan Mitrovic

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31679, comment 9

    initial v1  
    33>   }}}
    44
    5 So in the example above, where both annotated and aggregated kwargs are named `foo`, the output should actually contain just the last one, right? The first annotated `foo` column can just be renamed and then removed from the final result (to avoid confusion). That would be accesptable solution without large rewriting of the code I hope.
     5So in the example above, where both annotated and aggregated kwargs are named `foo`, the output should actually contain just the last one, right? The first annotated `foo` column can just be renamed and then removed from the final result (to avoid confusion).
     6
     7[Edit] Note that current resulting query might not contain some significant changes within firstly called annotate method as query.annotations dictionary's value is just overridden with the new value for key `foo`
Back to Top