We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7315ba2 commit 6ff2d7bCopy full SHA for 6ff2d7b
1 file changed
src/Database/Database.php
@@ -6458,8 +6458,8 @@ public function updateDocuments(
6458
$this->adapter->getMinDateTime(),
6459
$this->adapter->getMaxDateTime(),
6460
$this->adapter->getSupportForAttributes(),
6461
- null, // No old document available in bulk updates
6462
- $this->adapter->getSupportForUnsignedBigInt()
+ supportUnsignedBigInt: $this->adapter->getSupportForUnsignedBigInt(),
+ currentDocument: null // No old document available in bulk updates
6463
);
6464
6465
if (!$validator->isValid($updates)) {
0 commit comments