SQLServer::limit and ::offset return strings
This commit is contained in:
@@ -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 {
|
|||||||
*/
|
*/
|
||||||
protected function offset(Query $query)
|
protected function offset(Query $query)
|
||||||
{
|
{
|
||||||
return;
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user