You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be potentially done by potentially using an array as first argument of jsonb_update method, which can contain the key chain and index to the given array
e.g jsonb_update_columns([:data,0,:quantity], 3)
The text was updated successfully, but these errors were encountered:
antoinemacia
changed the title
Implement indexed update for JSONB fields
Implement indexed update for JSONB array fields
Jul 21, 2018
antoinemacia
changed the title
Implement indexed update for JSONB array fields
Implement indexed update for JSONB arrays
Jul 21, 2018
This can be potentially done by potentially using an array as first argument of
jsonb_update
method, which can contain the key chain and index to the given arraye.g
jsonb_update_columns([:data,0,:quantity], 3)
The text was updated successfully, but these errors were encountered: