mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 05:07:34 +08:00
announce support pg
This commit is contained in:
@@ -125,4 +125,9 @@ class DBPdo implements DBInterface
|
||||
return $stmt->closeCursor();
|
||||
}
|
||||
|
||||
public function prepare(string $sql): \PDOStatement
|
||||
{
|
||||
return $this->lastStmt = $this->pdo->prepare($sql);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user