Changes between Initial Version and Version 1 of Ticket #26056, comment 9
- Timestamp:
- Jul 6, 2021, 2:20:38 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26056, comment 9
initial v1 1 Now that #32776 landed in the main branch this issue should be straightforward to fix adjusting the `Overlap.lookup` [https://github.com/django/django/blob/6a5ef557f80a8eb6a758ebe99c8bb477ca47459e/django/contrib/postgres/lookups.py#L17-L19 lookup] by wrapping a `QuerySet` instance into an`ArraySubquery`.1 Now that #32776 landed in the main branch this issue should be straightforward to fix by adjusting the `Overlap.process_rhs` [https://github.com/django/django/blob/6a5ef557f80a8eb6a758ebe99c8bb477ca47459e/django/contrib/postgres/lookups.py#L17-L19 lookup] by wrapping a `QuerySet` instance passed as right-hand-side with `ArraySubquery`.