Liquibase 2.0 RC3 Released
2.0 RC3 is now available. Like always, you can download it from http://liquibase.org/download.
RC3 includes:
- Bug fixes, including a change to how classes are loaded which should make it work better in application servers.
- The first 2.0 RC build that is pushed to the maven repository. We switched to pushing our jars to a new location, so if they don’t sync with the central repository, let me know
The 2.0 features and 2.0 upgrade notes are still being added to.
As usual, let us know if you have any questions or problems
Ramya:
Hello Team,
I am using liquibase version 2.0.3 and I am trying to insert data using liquibase. But some how I am unable to insert current date in to the table. Here is the example of what I am trying to do.
I tried couple of ways around datetime function. Please let me know the appropriate function to enter the current date into the database.
30 January 2012, 3:25 pmRamya:
30 January 2012, 3:41 pm