Changes between Initial Version and Version 3 of Ticket #29229


Ignore:
Timestamp:
Mar 19, 2018, 10:59:54 AM (6 years ago)
Author:
master
Comment:

Precisions about versions.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29229

    • Property Easy pickings unset
    • Property Has patch set
    • Property Triage Stage UnreviewedReady for checkin
    • Property Version master1.11
  • Ticket #29229 – Description

    initial v3  
    1 Regression introduced in 2.0, still present in 2.0.3.
     1Regression introduced in 2.0, still present in 2.0.3 [Edit: and backported in 1.11.8].
    22
    33Easy context to reproduce the problem: suppose a Message model, in a postman app. Only one ordinary field is enough for the demo.
     
    2020}}}
    2121
    22 Compared to version 1.11, it comes from this addition in db/models/sql/compiler.py/get_combinator_sql():
     22Compared to version 1.11 [Edit: I run 1.11.7 precisely], it comes from this addition in db/models/sql/compiler.py/get_combinator_sql():
    2323{{{#!python
    2424if not compiler.query.values_select and self.query.values_select:
Back to Top