SQLServer::limit and ::offset return strings
This commit is contained in:
parent
f3be544b1a
commit
8e5a143bbe
|
@ -124,7 +124,7 @@ protected function ansi_offset(Query $query, $components)
|
||||||
*/
|
*/
|
||||||
protected function limit(Query $query)
|
protected function limit(Query $query)
|
||||||
{
|
{
|
||||||
return;
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -135,7 +135,7 @@ protected function limit(Query $query)
|
||||||
*/
|
*/
|
||||||
protected function offset(Query $query)
|
protected function offset(Query $query)
|
||||||
{
|
{
|
||||||
return;
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue