Changes between Version 1 and Version 2 of Ticket #32801


Ignore:
Timestamp:
Jun 1, 2021, 3:35:03 AM (3 years ago)
Author:
Jameel A.
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32801 – Description

    v1 v2  
    1 This relates to https://code.djangoproject.com/ticket/24462 and is perhaps a duplicate, but the underlying issue is a bit different.
     1This relates to #24462 and is perhaps a duplicate, but the underlying issue is a bit different.
    22
    33When using JSONB columns in Postgres, it is sometimes useful to query JSON array data as if they're rows. This can be accomplished with the `jsob_array_elements` function. The problem with this function is that the resulting row cannot be filtered directly and must first be wrapped in a subquery.
Back to Top