mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 06:05:53 +00:00
BUGFIX FEATURE semi-numRows support on SQLSRV
This commit is contained in:
parent
ab245adc60
commit
39c250af7f
@ -1249,7 +1249,7 @@ class MSSQLQuery extends Query {
|
||||
}
|
||||
|
||||
} else {
|
||||
if isset($this->firstRecord) && $this->firstRecord) {
|
||||
if (isset($this->firstRecord) && $this->firstRecord) {
|
||||
$toReturn = $this->firstRecord;
|
||||
$this->firstRecord = false;
|
||||
return $toReturn;
|
||||
|
Loading…
x
Reference in New Issue
Block a user