Open the article manager in the backend and change the list limit (e.g. to 5, assuming you have more than 5 articles in your system)
The list should show only 5 items.
The list shows all items.
Joomla! 3.4.0
Microsoft SQL Server 2012
This is due to a change made in #5293.
An essential part of the query, namely
$query = 'SELECT * FROM (' . $query . ') _myResults WHERE RowNumber BETWEEN ' . $start . ' AND ' . $end;
has been removed from the processLimit() function in libraries/joomla/database/query/sqlsrv.php (maybe by accident?).
| Labels |
Added:
?
|
||
| Labels |
Added:
?
|
||
| Category | ⇒ | MS SQL |
Closing as we have a PR that fixes the issue thanks for checking @sovainfo and reporting @Erftralle
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-10 20:42:09 |
| Closed_By | ⇒ | zero-24 | |
| Build | master | ⇒ | staging |
Fixed by #7149