Commit 8e5a143b by Phill Sparks

SQLServer::limit and ::offset return strings

parent f3be544b
...@@ -124,7 +124,7 @@ class SQLServer extends Grammar { ...@@ -124,7 +124,7 @@ class SQLServer extends Grammar {
*/ */
protected function limit(Query $query) protected function limit(Query $query)
{ {
return; return '';
} }
/** /**
...@@ -135,7 +135,7 @@ class SQLServer extends Grammar { ...@@ -135,7 +135,7 @@ class SQLServer extends Grammar {
*/ */
protected function offset(Query $query) 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