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

How to use MicrosoftSqlDatabaseOperationLookup #91

Closed sandeep-chekuri closed 8 years ago

sandeep-chekuri commented 8 years ago

We have identity columns in the table. Can you please give us an example on how to use @DatabaseSetup with type as MicrosoftSqlDatabaseOperationLookup

philwebb commented 8 years ago

Use @DbUnitConfiguration(databaseOperationLookup=MicrosoftSqlDatabaseOperationLookup.class)