mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 01:24:06 +02:00
* DibiPdoDriver bugs fixed
This commit is contained in:
@@ -44,6 +44,13 @@ try {
|
||||
));
|
||||
|
||||
|
||||
// connects to PDO
|
||||
dibi::connect(array(
|
||||
'driver' => 'pdo',
|
||||
'dsn' => 'sqlite2::memory:',
|
||||
));
|
||||
|
||||
|
||||
} catch (DibiException $e) {
|
||||
|
||||
echo "DibiException: <pre>", $e;
|
||||
|
Reference in New Issue
Block a user