Hi Eric,

The correct syntax should be just

UPDATE x ADD list =  {"ddd":444, "dd":44}

If it doesn't work, I'd say it's a bug. Could you please report in issue?

Thanks

Luigi


2017-11-12 19:15 GMT+01:00 Eric24 <e...@24x8.com>:

> I can't figure out the proper SQL syntax for adding a map to a collection.
> For example, the record property "list" is "[{"aaa":1111, "aa":11},
> {"bbb":222, "bb":22}, {"ccc":333, "cc":33}]. I can easily create and query
> this property, but how do I add {"ddd":444, "dd":44} to this collection?
> UPDATE #20:0 ADD list = {"ddd":444, "dd":44} does not error out, but the
> result is that '44' is added to the collection. All other syntax forms I've
> tried result in various errors.
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to