mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1831 - Update query with maxRows does not include the limit in the generated SQL
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user