Skip to content

Commit cecdc66

Browse files
authored
dix delete quota (#666)
1 parent b491631 commit cecdc66

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
@@ -4744,7 +4744,7 @@ def delete_node_by_prams(
47444744

47454745
# Then, combine with user_name condition using AND (must match user_name AND one of the data conditions)
47464746
user_name_where = " OR ".join(user_name_conditions)
4747-
ids_where = f"({user_name_where}) AND ({data_conditions})"
4747+
ids_where = f"{user_name_where} AND ({data_conditions})"
47484748

47494749
# Use Cypher DELETE query
47504750
# First count matching nodes to get accurate count

0 commit comments

Comments
 (0)