Any resolution to this issue?  It still appears present in 2.x.

On Thursday, February 27, 2014 at 10:00:24 AM UTC-5, Mat Lane wrote:
>
> Thank you, that has removed the \.
>
> However, it has still replaced the content under field attrib.
>
> Here's the original document:
> {
> "@class":"item",
> "key":"GSXR1000",
> "name":[
> { "culture":"en-us", "value":"GSX-R1000" },
> { "culture":"de", "value":"GSX-R1000" }
> ],
> "attrib":[
> {
> "culture":"en-us",
> "item":[
> { "key":"Manufacturer", "name":"Fabrikant", "value":"Suzuki" },
> { "key":"Height", "name":"Height", "value":"500" }
> ]
> },
> {
> "culture":"de",
> "item":[
> { "key":"Manufacturer", "name":"Fabrikant", "value":"Suzuki" },
> { "key":"Height", "name":"Hoogte", "value":"500" }
> ]
> }
> ]
> }
>
> After merge I end up with:
> {
> "@class":"item",
> "key":"GSXR1000",
> "name":[
> { "culture":"en-us", "value":"GSX-R1000" },
> { "culture":"de", "value":"GSX-R1000" }
> ],
> "attrib":[
> {
> "culture":"en-us",
> "item":[
> { "key":"Manufacturer", "name":"Manufacturer", "value":"Suzuki" }
> ]
> }
> ]
> }
>

-- 

--- 
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