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