mirror of
https://github.com/dg/dibi.git
synced 2025-10-19 16:57:11 +02:00
- added fluent SQL builders support in DibiConnection and DibiTable
This commit is contained in:
@@ -131,7 +131,7 @@ class DibiMySqlDriver extends DibiObject implements IDibiDriver
|
||||
if (!$ok) {
|
||||
throw new DibiDriverException(mysql_error($this->connection), mysql_errno($this->connection));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($config['database'])) {
|
||||
|
Reference in New Issue
Block a user