Skip to content

SQL: JSON Array support for UPDATE #1315

@gramian

Description

@gramian

Currently INSERT and CREATE VERTEX support an array of JSON documents as CONTENT. It would be useful to have UPDATE also support arrays of JSON documents, so one could do:

CREATE DOCUMENT TYPE doc;
UPDATE doc CONTENT [{"name":"tim"},{"name":"tom"},{"name":"jim"}] UPSERT

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions