- Only Oracle 12 supported (limit with
FETCH ... ROWS ONLY
) autoinc
columns supported by sequences, need an argument with sequence nameinsert
withselect
withlimit
not supported (DMLTests.testInsertSelect01
)
- Run
oracleTest
gradle task
- Run Oracle locally, e.g. with
quillbuilduser/oracle-18-xe
Docker image or usedocker-compose -f docker-compose-oracle.yml up
- Run tests with
-Dexposed.test.dialects=oracle
, (optionally you may need to provide-Dexposed.test.oracle.host=_YOUR_DOCKER_HOST_ -exposed.test.oracle.port=_SQLSERVER_SERVER_EXPOSED_PORT_
)