Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在OrientDB v3.0.3中使用upsert更新边缘_Orientdb - Fatal编程技术网

在OrientDB v3.0.3中使用upsert更新边缘

在OrientDB v3.0.3中使用upsert更新边缘,orientdb,Orientdb,我正在尝试实现v3.0.3中提供的这个新的upsert边缘功能,但得到异常com.orientechnologies.orient.core.exception.OCommandExecutionException:更新边缘时出错:“out”不是顶点。 我已经创建了一个类Person,其Name字段作为唯一索引,Friend字段id作为唯一索引。 发出命令:UPDATE EDGE Friend SET in=从姓名为'name1'的人员中选择,out=从姓名为'name2'的人员中选择,id为'

我正在尝试实现v3.0.3中提供的这个新的upsert边缘功能,但得到异常com.orientechnologies.orient.core.exception.OCommandExecutionException:更新边缘时出错:“out”不是顶点。 我已经创建了一个类Person,其Name字段作为唯一索引,Friend字段id作为唯一索引。
发出命令:UPDATE EDGE Friend SET in=从姓名为'name1'的人员中选择,out=从姓名为'name2'的人员中选择,id为'f1'向上插入,其中id为'f1'。请让我知道我是否正确使用了这个。谢谢

嗨,你能在github上打开一个问题吗?ThxHi,是的,我已经为这个问题打开了两张相关的票,并且