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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to a topic in the Google Groups "OrientDB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orient-database/vWcwJAaFz80/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orient-database+unsubscribe@googlegroups.com.