mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
added: throw new DibiException(__METHOD__ . ' is not implemented')
This commit is contained in:
@@ -100,7 +100,7 @@ class DibiMSSqlDriver extends DibiDriver
|
||||
|
||||
public function insertId()
|
||||
{
|
||||
return FALSE;
|
||||
throw new DibiException(__METHOD__ . ' is not implemented');
|
||||
}
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ class DibiMSSqlDriver extends DibiDriver
|
||||
|
||||
public function getMetaData()
|
||||
{
|
||||
trigger_error('Meta is not implemented yet.', E_USER_WARNING);
|
||||
throw new DibiException(__METHOD__ . ' is not implemented');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user