Skip to content

Commit ba0b166

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat-internal-to-sequence
# Conflicts: # src/Database/Adapter/MariaDB.php # src/Database/Adapter/Postgres.php # src/Database/Adapter/SQL.php # src/Database/Database.php # tests/e2e/Adapter/Scopes/DocumentTests.php
2 parents 0f3617e + 3e2b50b commit ba0b166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Adapter/Postgres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ public function createDocument(string $collection, Document $document): Document
10291029
try {
10301030
$this->execute($stmt);
10311031
$lastInsertedId = $this->getPDO()->lastInsertId();
1032-
// sequence can be manually as well
1032+
// Sequence can be manually set as well
10331033
$document['$sequence'] ??= $lastInsertedId;
10341034

10351035
if (isset($stmtPermissions)) {

0 commit comments

Comments
 (0)