Hello,
Tests with ";INIT=CREATE SCHEMA IF NOT EXISTS ENVERS_AUDIT" appended to
connection string should for sure run only agains H2. This
basically creates second schema for audit tables. Not sure if other RDBMS systems provide
similar option. Shall I move this test
to src/test/main? There is only one such test:
org.hibernate.envers.test.integration.reventity.DifferentDBSchemaTest.
Regards,
Lukasz