1
0
mirror of synced 2025-03-20 06:53:55 +03:00
This commit is contained in:
zYne 2007-03-18 20:00:45 +00:00
parent 8bb4d38ee0
commit e592d77f14

View File

@ -101,7 +101,7 @@ class Doctrine_Connection_Mssql extends Doctrine_Connection
$offset = intval($offset);
if ($offset < 0) {
throw new Zend_Db_Adapter_Exception("LIMIT argument offset=$offset is not valid");
throw new Doctrine_Connection_Exception("LIMIT argument offset=$offset is not valid");
}
$orderby = stristr($query, 'ORDER BY');