mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Update sql server testing
This commit is contained in:
@@ -126,6 +126,7 @@ public class TestAddOrderByWithFirstRowsMaxRows extends BaseTestCase {
|
||||
Ebean.find(Order.class)
|
||||
.setFirstRow(10)
|
||||
.setMaxRows(10)
|
||||
.orderBy("id")
|
||||
.findPagedList()
|
||||
.getList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user