- 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
testOracle
gradle task
- Run Oracle locally with gradle task
oracleComposeUp
- Run tests with
testOracle
gradle task