Hi

  I've got a server side function that creates a javascript object called 
'result'. I want to update a property 'content' of type embedded list 
inside a specific record with that object. I can't use Javascript 
command('sql','update #14:0 set content = '+result) because the query 
string is 'update #14:0 set content =  [object, Object]'. I could bend over 
backwards to write down the object as a string but I reckon there's a more 
elegant solution. Can anyone help me?

version: 2.1.0

-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to