We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5d540 commit 31dda1cCopy full SHA for 31dda1c
1 file changed
src/Database/Database.php
@@ -5839,6 +5839,7 @@ public function deleteDocuments(
5839
$last = $batch[array_key_last($batch)];
5840
$cursor = $last->getId();
5841
/**
5842
+ * Since we delete data, no cursor will be found later on
5843
* Independent Cursor data regardless to find selects queries
5844
* todo: add specific selects... (order by , $id, $internalId))
5845
* Do we need silent here?
0 commit comments