We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment:
Describe the bug 这是我的结构 这是我的原始数据 { "identity": 53, "labels": [ "entity" ], "properties": { "name": "Bob_Cratchit", "id": "Bob_Cratchit", "_community_id": "0", "description": "--" }, "elementId": "53" } 这是我的修改语句 CALL db.upsertVertex("entity", [{id: "Bob_Cratchit", name: "Bob_Cratchit", description: "Bob_Cratchit, clerk_to_Ebenezer_Scrooge", _document_id: "0", _chunk_id: "0", _community_id: "0"}]) 执行后报错 当我把修改语句的description改为和原始数据一样,他是正确可以执行的
The text was updated successfully, but these errors were encountered:
Same here 😥
Sorry, something went wrong.
同样是4.5.0版本,我并没有复现成功,方便的话加一下我们的社区群,我们一起看下 https://github.com/TuGraph-family/tugraph-db?tab=readme-ov-file#6-contact
Successfully merging a pull request may close this issue.
Environment:
Describe the bug
这是我的结构
这是我的原始数据
{
"identity": 53,
"labels": [
"entity"
],
"properties": {
"name": "Bob_Cratchit",
"id": "Bob_Cratchit",
"_community_id": "0",
"description": "--"
},
"elementId": "53"
}
这是我的修改语句
CALL db.upsertVertex("entity", [{id: "Bob_Cratchit", name: "Bob_Cratchit", description: "Bob_Cratchit, clerk_to_Ebenezer_Scrooge", _document_id: "0", _chunk_id: "0", _community_id: "0"}])
执行后报错
当我把修改语句的description改为和原始数据一样,他是正确可以执行的
The text was updated successfully, but these errors were encountered: