I have a simple Edge type with a LINK property. The LINK is nullable. When I attempt to Create a new edge, and set the LINK property to Null, I get an exception stating that the LINK property cannot be Null.
Seems like a bug? ex: CREATE EDGE doctors FROM #13:4573 TO #13:4574 SET out = #13:4573, in = #13:4574, PreferredPatient=null If I omit the PreferredPatient LINK property value, or set it to a valid RID, it works, but I can't submit null. Is this expected? -- --- 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.
