How to use the MS SQL InsertGenerator plugin?

You shoudl be able to just include the liquibase-mssql.jar in your classpath and liquibase will detect that it is there. The InsertGenerator from the extension will be used automatically instead of the standard one, so there should be no changes you need to make to Ant or your changelog.


Nathan

I can download the liquibase-mssql-1.2.0.jar. But how to tell liquibase to use this plugin? How to tell the Ant task?