1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

optimizations

This commit is contained in:
David Grudl
2007-11-23 23:50:57 +00:00
parent 7c6947a019
commit c8fedf7692
5 changed files with 4 additions and 56 deletions

View File

@@ -320,18 +320,6 @@ class DibiMsSqlDriver extends NObject implements DibiDriverInterface
/**
* Converts database error to DibiDriverException
*
* @throws DibiDriverException
*/
protected function throwException($sql=NULL)
{
throw new DibiDriverException();
}
/**
* Returns the connection resource
*