Skip to content

Commit 48d726a

Browse files
authored
remove DETACH (#736)
1 parent 95ac663 commit 48d726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/graph_dbs/polardb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4883,7 +4883,7 @@ def delete_node_by_prams(
48834883
SELECT * FROM cypher('{self.db_name}_graph', $$
48844884
MATCH (n:Memory)
48854885
WHERE {ids_where}
4886-
DETACH DELETE n
4886+
DELETE n
48874887
$$) AS (result agtype)
48884888
"""
48894889

0 commit comments

Comments
 (0)