Changes between Initial Version and Version 1 of Ticket #29697, comment 3
- Timestamp:
- Oct 8, 2018, 3:10:33 PM (6 years ago)
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? 1 Hello. 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 3 I want to change this code like below. What do you think? 2 4 3 5