Hi,

Using the http interface, and OrientDB version 1.7.8, with a database set 
up as plocal graph database.

I send this command:

create edge Historical from 15:0 to 16:0 content {"start": 1409761781000, 
"stop": 0}

To:

http://admin:admin/localhost:2480/command/test/sql

and get a 500 error with this message:

com.orientechnologies.orient.core.exception.OValidationException: The field 
'Historical.start' is mandatory

However, when I do (all other code is the same):

create edge Historical from 15:0 to 16:0 set start = 1409761781000, stop =  
0

I get a 200, and the database reflects the new edge.

Is this a bug, or am I misunderdstanding how the CONTENT directive of 
CREATE EDGE works?


Regards,

Erich

-- 

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