orientechnologies / orientdb

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
https://orientdb.dev
Apache License 2.0
4.74k stars 871 forks source link

Regarding OrientDB database version 3.0 set update operation #10169

Closed MironAtHome closed 7 months ago

MironAtHome commented 7 months ago

Here is from documentation: UPDATE AClass SET aListProperty = aListProperty || ["a value to add", "another value"]

Might it be an somewhat standard approach to operator shorthand can be appreciated by community? ||= This way same statement looks as following: UPDATE AClass SET aListProperty ||= ["a value to add", "another value"]

See of you like it. Putting as request for enhancements