diff options
Diffstat (limited to 'src-py/db_controller.py')
| -rw-r--r-- | src-py/db_controller.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-py/db_controller.py b/src-py/db_controller.py index 2d4fe8ce..2ca7b551 100644 --- a/src-py/db_controller.py +++ b/src-py/db_controller.py @@ -344,7 +344,8 @@ class DBO_rm_node_set(DB_op): q_arr = ['match (n)', 'where n.id in {id_set}', 'optional match (n)-[r]-()', - 'delete n,r' + 'delete n,r', + 'return {id_set}' ] else: q_arr = ['match (n)', |
