Skip to content

Commit 07e7de7

Browse files
reverted stmt execute
1 parent 29b23bb commit 07e7de7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/Postgres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ public function find(Document $collection, array $queries = [], ?int $limit = 25
15881588
$stmt->bindValue($key, $value, $this->getPDOType($value));
15891589
}
15901590
}
1591-
$stmt->execute();
1591+
$this->execute($stmt);
15921592
} catch (PDOException $e) {
15931593
throw $this->processException($e);
15941594
}

0 commit comments

Comments
 (0)