dadrus / jpa-unit

JUnit extension to test javax.persistence entities
Apache License 2.0
29 stars 9 forks source link

Setting a Schema for DBUnit for Oracle #41

Closed groie closed 6 years ago

groie commented 6 years ago

If a schema name is available for the connection it will be automatically set for dbunit. With that the DBUnit session will be bound to operate only on the specified schema and will not try to read the whole database

dadrus commented 6 years ago

:+1:

dadrus commented 6 years ago

CI failure is related to my wrong configuration of Sonar for external PRs.