-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
1.0.0.CR7
-
None
As an arquillian-persistence user, I want to access all DBUnit properties from the arquillian-persistence configuration.
Only a few DBUnit properties like caseSensitiveTablesNames are conducted from the arq-persisence configuration. In my case, I've got yml-Data with columns of empty content.
I'd like to set the DBUnit property "allowEmptyFields" through the arquillian persistence config as follows:
<extension qualifier="persistence-dbunit">
<property name="defaultDataSetFormat">YAML</property>
<property name="allowEmptyFields">true</property>
</extension>