The type is important\!
This commit is contained in:
parent
69995baa6d
commit
632427e164
@ -36,7 +36,8 @@ class MySQLQBTest extends QBTest {
|
|||||||
'port' => '3306',
|
'port' => '3306',
|
||||||
'database' => 'test',
|
'database' => 'test',
|
||||||
'user' => 'root',
|
'user' => 'root',
|
||||||
'pass' => NULL
|
'pass' => NULL,
|
||||||
|
'type' => 'mysql'
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->db = new Query_Builder($params);
|
$this->db = new Query_Builder($params);
|
||||||
|
Loading…
Reference in New Issue
Block a user