Commit e592d77f authored by zYne's avatar zYne

--no commit message

--no commit message
parent 8bb4d38e
...@@ -101,7 +101,7 @@ class Doctrine_Connection_Mssql extends Doctrine_Connection ...@@ -101,7 +101,7 @@ class Doctrine_Connection_Mssql extends Doctrine_Connection
$offset = intval($offset); $offset = intval($offset);
if ($offset < 0) { 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'); $orderby = stristr($query, 'ORDER BY');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment