-
-
Notifications
You must be signed in to change notification settings - Fork 578
Closed
Labels
customer issueenhancementNew feature or requestNew feature or requestjsonsqlIssue with SQLIssue with SQL
Description
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
- Modifying those columns to be relational. This would require a lot of rework and many schema conflict issues with our workflow.
- Extracting the JSON, updating the object, and updating using an update script. This is possible but cumbersome
- Manually updating the JSON values. Possible with a few rows but not feasible with hundreds or thousands of rows
Metadata
Metadata
Assignees
Labels
customer issueenhancementNew feature or requestNew feature or requestjsonsqlIssue with SQLIssue with SQL