Run unit tests across different database backends + fix bugs
This commit is contained in:
6
vendor/PicoDb/Database.php
vendored
6
vendor/PicoDb/Database.php
vendored
@@ -78,6 +78,12 @@ class Database
|
||||
}
|
||||
|
||||
|
||||
public function closeConnection()
|
||||
{
|
||||
$this->pdo = null;
|
||||
}
|
||||
|
||||
|
||||
public function escapeIdentifier($value)
|
||||
{
|
||||
return $this->pdo->escapeIdentifier($value);
|
||||
|
||||
Reference in New Issue
Block a user