springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
476 stars 238 forks source link

DatabaseDataSourceConnection schema missing #142

Open Mincol opened 7 years ago

Mincol commented 7 years ago

DatabaseDataSourceConnection does not carry over schema from underlying connection

reshet commented 6 years ago

Agree. Convenience method newConnection(), which returns an instance based on passed dataSource, don't do the copy of dataSource schema from already configured connection to the new instance, thus missing vital config.