Changes between Version 2 and Version 3 of Ticket #35833, comment 3
- Timestamp:
- Oct 15, 2024, 9:28:49 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35833, comment 3
v2 v3 1 I could not reproduce the difference of `count` and `len` locally with the provided test case when `set_returning = True` is appropriately set; both result in returning no rows when dealing with empty sequence references. This is definitely a bug if we can reproduce the mismatch .1 I could not reproduce the difference of `count` and `len` locally with the provided test case when `set_returning = True` is appropriately set; both result in returning no rows when dealing with empty sequence references. This is definitely a bug if we can reproduce the mismatch but I couldn't. 2 2 3 3 > So I guess my expectation is that I can use the annotation as written without interfering with my queryset as a whole.