Here's a simple script to reproduce the problem :
CREATE DATABASE local:../databases/TestDB admin admin local;
CREATE CLASS Test;
CREATE PROPERTY Test.testProperty EMBEDDED;
INSERT INTO Test (testProperty) values ({ "@type" : "d", "street" :
"Melrose Avenue", "@version" : 0 });
Attachment shows what the studio displays.
If I query the db using :
http://localhost:2480/query/TestDB/sql/select%20*%20from%20Test/1/*:-1
The object seems fine I get the result :
{"result":[{"@type":"d","@rid":"#11:0","@version":1,"@class":"Test","testProperty":{"@type":"d","@version":0,"type":"document","street":"Melrose
Avenue","@version":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.