Craig Pardey

Results 4 comments of Craig Pardey

This issue hasn't been updated in a while. Is there any progress on this? I'd love to use FlyWay on my Netezza project. I'd be happy to pick up the...

I started implementing Netezza support but my progress was halted by Netezza's half-baked DDL transaction support. Not all DDL statements have transaction support - particularly adding a column. Flyway's "DbSupport.supportsDdlTransactions"...

Unfortunately there's been no movement on this - Netezza still doesn't support "alter table" within a transaction (see [v7.2.1 docs](http://www.ibm.com/support/knowledgecenter/SSULQD_7.2.1/com.ibm.nz.dbu.doc/r_dbuser_ntz_sql_func_categories_transaction_control.html?lang=en)) - Flyway #851 is still open.

I've implemented SLF4J based on the @coopernurse fork which is the one in Maven Central. Here's the [pull request](https://github.com/coopernurse/dumbster/pull/2)