DZone: Your Personal Tech Universe SQL Zone
Published on SQL Zone (http://sql.dzone.com)
LiquiBase 1.5.0 Released
By nv62013
Created 2008/01/29 - 3:41pm

LiquiBase Core 1.5.0 is now available for download from http://www.liquibase.org/download [1]. LiquiBase is an open source database version control and refactoring library that supports mulitple database types and integrates with many popular tools including Ant [2], Maven [3], Grails [4], Spring [5], IntelliJ [6] and Eclipse [7].

[8]

1.5.0 includes a major code refactoring as well as several important enhancements and bug fixes including:

IMPROVED SCHEMA SUPPORT

There is now a "defaultSchemaName" parameter available for setting default schema. This schema will be used for all ambiguous database objects as well as for storing the databasechangelog and databasechangeloglock tables.


IMPROVED ANT TASKS

Ant support has been greatly expanded and now covers most of the functionality available in the command line application. See http://www.liquibase.org/manual/ant [9] for more information.


NEW COMMANDS

  • changeLogSync
  • updateCount
  • updateCountSQL

NEW REFACTORINGS

  • <update> change [10] [11]
  • <delete> change [12] [13]


OTHER CHANGES

  • Custom Database implementations can be specified with the databaseClassName parameter
  • ReplaceIfExists attribute added to createView
  • createTable can specify uniqueConstraintName
  • Setting value/valueNumeric/valueBoolean/valueDate on addColumn will update all existing rows with the given value
  • Database table comments saved to generated change log
  • Changelog file comparisons are case-insensitive on windows
  • Rollback commands can specify contexts
See http://blog.liquibase.org/2008/01/liquibase-core-150-released.html [14] for full release information.
Reference: 
LiquiBase Home [15]

Source URL: http://sql.dzone.com/news/liquibase-150-released

Links:
[1] http://www.liquibase.org/download
[2] http://www.liquibase.org/manual/ant
[3] http://www.liquibase.org/manual/maven
[4] http://www.liquibase.org/manual/grails
[5] http://www.liquibase.org/manual/spring
[6] http://www.liquibase.org/ide/intellij
[7] http://www.liquibase.org/ide/home
[8] http://blog.liquibase.org/2008/01/liquibase-core-150-released.html
[9] http://www.liquibase.org/manual/ant
[10] http://www.liquibase.org/manual/update_data
[11] http://www.liquibase.org/manual/update_data
[12] http://www.liquibase.org/manual/delete_data
[13] http://www.liquibase.org/manual/delete_data
[14] http://blog.liquibase.org/2008/01/liquibase-core-150-released.html
[15] http://www.liquibase.org