Update sql server testing

This commit is contained in:
rob bygrave
2019-05-12 11:41:24 +12:00
parent b4782425f8
commit c61e6b04a2
15 changed files with 73 additions and 28 deletions
@@ -151,6 +151,7 @@ public class TestRawSqlOrmQuery extends BaseTestCase {
query.setFirstRow(1);
query.setMaxRows(2);
query.orderBy("id");
List<Customer> list = query.findList();