Changes between Version 3 and Version 4 of Ticket #34659
- Timestamp:
- Jun 16, 2023, 8:48:37 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34659 – Description
v3 v4 8 8 9 9 10 However, this test is not actually used (i.e. there is no condition on the feature being True) when [https://github.com/django/django/blob/main/django/db/backends/mysql/operations.py#L94 generating sql], despite the fact that the generated sql contains something that we know will evaluate to `NULL` 10 However, this test is not actually used (i.e. there is no condition on the feature being True) when [https://github.com/django/django/blob/main/django/db/backends/mysql/operations.py#L94 generating sql], despite the fact that the generated sql contains something that we know will evaluate to `NULL`, namely, the very same `CONVERT_TZ` mentioned in the above. 11 11 12 12 This shows up when filtering like so: