Hello, I use diff to generate changelog by compare mssql database and hibernate config file( use hibernate annomation) , If one field is float, generated change file alwasy set its type to "float(19)". When I run this change log on sql server 2005, will create a real field , not be the float. So that hibernate can not find this column.
Annother issue is when a entity is a mapping table and do not need add it to hibernate config file, liquibase will create a dropTable, it looks too danger and looks not right, hibernate still need this table. and need a option to avoid generate danger changeSet(dropColumn, dropTable .. ) Thanks
------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________ Liquibase-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/liquibase-user
