Changes between Initial Version and Version 1 of Ticket #31109, comment 4


Ignore:
Timestamp:
Dec 21, 2019, 7:44:58 PM (5 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31109, comment 4

    initial v1  
    66 1. It adds all the the concrete fields of the model to address #24835
    77 2. Calls `set_group_by` which happens to add a `Ref` referring to the selected `Subquery` annotation to `group_by` since fb3f034f1c63160c0ff13c609acd01c18be12f80 .
    8  3. It then calls `clear_select_clause` which orphans the `Ref` since it now points to column that isn't referenced to anymore.
     8 3. It then calls `clear_select_clause` which orphans the `Ref` since it now points to column that isn't selected to anymore.
    99
    1010The solutions is either to:
Back to Top