Changes between Initial Version and Version 1 of Ticket #35677, comment 9
- Timestamp:
- Aug 27, 2024, 8:36:52 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35677, comment 9
initial v1 10 10 This means that even if the subsequent `filter()` wasn't clearing it (it does since `filter_is_sticky` is `False` by then) by the time it makes its way to the prefetching logic there is nothing left in `used_alias` that can be reused. 11 11 12 The only solution I can think of is to add the filter while allowing allaliases to be reused12 The only solution I can think of is to add the filter while allowing pre-existing many-to-many aliases to be reused 13 13 14 14 {{{#!diff