1
0
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:
David Grudl
2007-03-27 23:38:09 +00:00
parent 48ea525b04
commit 53178717ad
3 changed files with 22 additions and 16 deletions

View File

@@ -44,6 +44,13 @@ try {
));
// connects to PDO
dibi::connect(array(
'driver' => 'pdo',
'dsn' => 'sqlite2::memory:',
));
} catch (DibiException $e) {
echo "DibiException: <pre>", $e;