Commit 2e492a71 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #308 from sparksp/patch-3

SQLServer::limit and ::offset return strings
parents 95a5af37 8e5a143b
......@@ -124,7 +124,7 @@ class SQLServer extends Grammar {
*/
protected function limit(Query $query)
{
return;
return '';
}
/**
......@@ -135,7 +135,7 @@ class SQLServer extends Grammar {
*/
protected function offset(Query $query)
{
return;
return '';
}
}
\ No newline at end of file
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