Skip to content

Support for JSON modification functions #6585

@Kelley12

Description

@Kelley12

Is your feature request related to a problem? Please describe.

When working with a JSON column, it's easy to query that column for the values, but when attempting to update the values, the functions to do so are not supported.

Describe the solution you'd like

Support for the basic JSON modification functions:

Describe alternatives you've considered

  1. Modifying those columns to be relational. This would require a lot of rework and many schema conflict issues with our workflow.
  2. Extracting the JSON, updating the object, and updating using an update script. This is possible but cumbersome
  3. Manually updating the JSON values. Possible with a few rows but not feasible with hundreds or thousands of rows

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions