springtestdbunit / spring-test-dbunit

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

Escape table name #112

Open AntoineGirard opened 8 years ago

AntoineGirard commented 8 years ago

Hello,

We use reserved table name. How to escape this name in my xml datafile ?

Thanks in advance, Cordially,

nach-o-man commented 7 years ago

@neeev, got similar problem because of $ in column names. Try using XmlDataSet instead of FlatXmlDataSet. ReadMore