Working on Spring boot application test-cases. Was mocking Oracle database using hsql in-memory database but found it doesn't support partition by query and fails with below error:
Caused by: org.hsqldb.HsqlException: unexpected token: PARTITION required: )
Had checked Partition by modification but I don't want to modify my queries but use that database which support my queries.
Which alternative database will work here?