Changes between Initial Version and Version 1 of Ticket #35734, comment 1


Ignore:
Timestamp:
Sep 5, 2024, 8:47:33 AM (2 weeks ago)
Author:
john-parton

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35734, comment 1

    initial v1  
    11I can confirm this is also an issue with `5.1.1` and `5.1`, but not an issue with `5.0.9`.
     2
     3
     4Here's where I think the error was introduced.
     5
     65.0.9: https://github.com/django/django/blob/8e68f938f376cf2ca22a7e8ff0bcbe1b7a5832d1/django/db/models/functions/comparison.py#L163-L176
     75.1: https://github.com/django/django/blob/373cb3037fe4e67adbac9ac43340391e859aa957/django/db/models/functions/comparison.py#L192
     8
     9Basically on postgres 16, there's an attempt to use "native" JSON, but it doesn't work for nested objects.
Back to Top