Liquibase-mysql

liquibase is not working well with mysql-java-conector version 5.1.28

It is working with 5.1.18 version connector

issues i found with liquibase 3.2.2 and mysql-java-connector 5.1.28

– trying to create tables even if they existed

– columnExists precondition is not working.

– running changeLog files with same ids

Can you try it with a newer driver version? If you are still seeing problems let me know.

Nathan