#1831 - Update query with maxRows does not include the limit in the generated SQL

This commit is contained in:
rob bygrave
2019-10-11 17:01:30 +13:00
parent 4e74c68603
commit b665d8375c
10 changed files with 280 additions and 191 deletions
@@ -3,6 +3,8 @@ package org.tests.basic;
import io.ebean.BaseTestCase;
import io.ebean.DB;
import io.ebean.Ebean;
import io.ebean.annotation.IgnorePlatform;
import io.ebean.annotation.Platform;
import org.junit.Test;
import org.tests.model.basic.EDefaultProp;
@@ -11,6 +13,7 @@ import static org.junit.Assert.assertNotNull;
public class TestCreateEntityBean extends BaseTestCase {
@IgnorePlatform(Platform.SQLSERVER)
@Test
public void testDefaultRelation() {