ppodgorsek / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
Apache License 2.0
41 stars 6 forks source link

Support setting FEATURE_ALLOW_EMPTY_FIELDS #153

Open malteo opened 3 years ago

malteo commented 3 years ago

DatabaseConfigBean does not support setting FEATURE_ALLOW_EMPTY_FIELDS

RiverSharks commented 2 years ago

I found out that it is impossible to configure DatabaseDataSourceConnectionFactoryBean as it uses this static method image for connections which creates a new object each time so that the field private DatabaseConfigBean databaseConfig; is always null.