Received from Lev Givon on Mon, Jul 27, 2015 at 09:15:40AM EDT: > While tinkering with pyorient (latest revision from GitHub) and OrientDB > 2.0.12 > recently, I noticed that creating edges via pyorient's binary protocol > wrappers > (i.e., for REQUEST_RECORD_CREATE) doesn't appear to actually connect the > specified vertices with the created edge. I'm not sure if this is because I'm > not passing the right content to the method or whether there is some > fundamental > limitation of the binary protocol. Does the protocol permit one to connect > vertices via REQUEST_RECORD_CREATE? If so, what content needs to be passed?
The developer of pyorient confirmed [1] that it doesn't seem to be possible to perform edge creation via the binary interface. Why is this so? Will this functionality be added in the future? [1] https://github.com/mogui/pyorient/issues/85#issuecomment-128668962 -- Lev Givon Bionet Group | Neurokernel Project http://www.columbia.edu/~lev/ http://lebedov.github.io/ http://neurokernel.github.io/ -- --- 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.
