LiquiBase 1.2 Released
LiquiBase 1.2 has been released. Major features include:
- Support for H2 database
- Support for InterSystems Cache` database
- Support for <sqlfile> change
- Improved error messages
- <sql> tag can contain a <comment> tag
- Change log file references can be absolute
- SQL in <sql> tag can be ; or ‘go’ delimited
- New clearCheckSums command in command line migrator
- Support for version 0.5 of the LiquiBase IDE and Eclipse Plugin
Many bugs have been fixed as well, including:
- Sybase support fixes
- Handle –defaultsFile correctly
- Handle command line parameters correctly on Windows systems
- Other bug fixes
Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to:
<databasechangelog xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.2" xsi="http://www.w3.org/2001/XMLSchema-instance" schemalocation="http://www.liquibase.org/xml/ns/dbchangelog/1.2 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.2.xsd">
Leave a comment