Changes between Initial Version and Version 1 of Ticket #35381, comment 17


Ignore:
Timestamp:
Jul 18, 2025, 9:18:24 AM (2 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35381, comment 17

    initial v1  
    1414}}}
    1515
    16 using `JSONNull()` allows for JSON `null` to be used in both cases (querying and storing) but there are no ways to specify that SQL `NULL` must be used in both cases.
     16using `JSONNull()` would allows for JSON `null` to be used in both cases (querying and storing) but there are no ways to specify that SQL `NULL` must be used in both cases which is a supporting point for deprecating `filter(json_field=None)` meaning JSON `null`.
Back to Top