mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 13:47:33 +02:00
* new MS SQL driver
* removed constant DIBI
This commit is contained in:
@@ -49,6 +49,13 @@ try {
|
||||
'dsn' => 'sqlite2::memory:',
|
||||
));
|
||||
|
||||
// connects to MS SQL
|
||||
dibi::connect(array(
|
||||
'driver' => 'mssql',
|
||||
'host' => 'localhost',
|
||||
'username' => 'root',
|
||||
'password' => 'xxx',
|
||||
));
|
||||
|
||||
} catch (DibiException $e) {
|
||||
|
||||
|
Reference in New Issue
Block a user