Closed ljhssga closed 3 days ago
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改为和原始数据一样,他是正确可以执行的
Same here 😥
同样是4.5.0版本,我并没有复现成功,方便的话加一下我们的社区群,我们一起看下 https://github.com/TuGraph-family/tugraph-db?tab=readme-ov-file#6-contact
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改为和原始数据一样,他是正确可以执行的