Changes between Initial Version and Version 1 of Ticket #29697, comment 3


Ignore:
Timestamp:
Oct 8, 2018, 3:10:33 PM (6 years ago)
Author:
Can Sarıgöl

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29697, comment 3

    initial v1  
    1 Hello. I guess the problem is in trim start function. I want to change this code like above. What do you think?
     1Hello. I guess the problem is in Query.trim_start function. if a table is a reference between two related tables and its columns are not used, its amount of alias_refcount is updated by zero. In this case, I checked "query.where.children[0].children[0].rhs.alias_refcount" and result-> {'U0': 1, 'U1': 0, 'U2': 1}. Because of that U1 wasn't included in join query.
     2
     3I want to change this code like below. What do you think?
    24
    35
Back to Top