#2908 - [Oracle] Change OraclePlatform to use AnsiSqlLimiter (noting Oracle does not support FOR UPDATE with FETCH/OFFSET

This commit is contained in:
Rob Bygrave
2022-12-01 22:24:35 +13:00
parent 37ba0b63e4
commit 62ed5a9f2b
4 changed files with 7 additions and 43 deletions
@@ -5,6 +5,7 @@ import io.ebean.xtest.BaseTestCase;
import io.ebean.xtest.ForPlatform;
import io.ebean.annotation.Platform;
import io.ebean.test.LoggedSql;
import io.ebean.xtest.IgnorePlatform;
import org.junit.jupiter.api.Test;
import org.tests.model.basic.Customer;
import org.tests.model.basic.EBasic;
@@ -39,7 +40,7 @@ public class TestQueryForUpdate extends BaseTestCase {
}
}
// @IgnorePlatform(Platform.ORACLE)
@IgnorePlatform(Platform.ORACLE)
@Test
public void testForUpdate_withLimit() {
ResetBasicData.reset();