Looking for feedback on configuration API
I created a new liquibase.configuration.LiquibaseConfiguration API to take the place of scatter use of system properties and configuration-style properties in liquibase-core and in extensions.I have an...
View ArticleRe : Broken updateSQL functionality
Thanks for the report. I created https://liquibase.jira.com/browse/CORE-1744 to track the bug.Nathan
View ArticleRe : Parameters for tags
I created https://liquibase.jira.com/browse/CORE-1746 and https://liquibase.jira.com/browse/CORE-1747 to track the features.The reason I split them up is because while both are useful, <sqlFile>...
View ArticleRe : getting DB2i support working in 3.1
I can take a look. I created https://github.com/liquibase/liquibase-db2i/issues/1 to better track the issue.Nathan
View ArticleRe : Offline changelog feature usage
Instead of passing a live liquibaseDatabaseConnection into findCorrectDatabaseImplementation you construct an instance of liquibase.database.OfflineConnection. The constructor takes a url that matches...
View ArticleRe : Redshift support
I pushed up a change to fix the timestamp issue (I fixed it for the 'datetime' type, but liquibase manages 'timestamp' separately). The fix should also use getdate() instead of now().I published a new...
View ArticleRe : Oracle and DropAll. Should drop all dblinks, packages, functions, types,...
Unfortunately, the way dropAll works is that it makes a database snapshot to find all the objects liquibase knows about and then drops them. Dblinks, package, functions, collections, etc get beyond the...
View ArticleRe : Maven Plugin does not use outputDefaultCatalog property
Thanks for the report. I created https://liquibase.jira.com/browse/CORE-1748 to track the issue.Nathan
View ArticleRe : Exception: Unknown Liquibase extension
I'm not sure where the exception is coming from. Can you run with --logLevel=debug and post the output?Nathan
View ArticleRe : Oracle changelog validation connecting to H2
Answered at http://stackoverflow.com/questions/21419432/h2-in-oracle-compatibility-mode-is-validated-as-h2-not-oracle
View ArticleRe : Exception: Unknown Liquibase extension
Hello, here is the output, when running liquibase:-----------------------------------------------------------------D:\tmp\liqui_test>java -jar D:\tmp\liquibase-3.1.1-bin\liquibase.jar...
View ArticleRe : Exception: Unknown Liquibase extension
Rather than running java -jar D:\tmp\liquibase-3.1.1-bin\liquibase.jar try running the shell or bash script at "\tmp\liquibase-3.1.1-bin\liquibase"Otherwise, make sure your extension is in the...
View ArticleRe : Support Oracle 12c feature identity (autoincrement)
Hi,maybe this article could help to find out, how the Oracle-metadata has to be retrieved to identify the colums that own the IDENTITY clause:http://www.juliandyke.com/Blog/?p=454We intend to use...
View ArticleRe : Understanding validCheckSum
And, since validCheckSum is a child tag of a changeSet, simply adding the tag causes the checksum to change. To build on your example, My changeSet has a hash of X. I update Liquibase, so now my...
View ArticleAnt- update database outputDefaultSchema property
Hi all, first, thanks for the great tool!I am generating a release script using ant database update and the outputFile attribute. The problem I have is ant is generating the script prefixing the schema...
View Articlediff usage: dialect path
Hello, colleaguesI have a question regarding diff usage by maven-plugin with liquibase-hibernate extension.What is the correct path for driver?I'm using next properties:...
View ArticleRe : diff usage: dialect path
Okay. That was resolved by using standard hibernate dialect like org.hibernate.dialect.SQLServer2008Dialect.
View ArticleRe : diff usage: dialect path
So, after the dialect was found - the next step - is next error {main} INFO 05-02-2014 16:55:02 [LiquibaseLogger] -- liquibase-hibernate Reading hibernate configuration...
View ArticleRe : diff usage: dialect path
The source of the maven plugin is at github.com/liquibase/liquibase/liquibase-maven-plugin.What version of maven are you running? And what version of liquibase?Nathan
View ArticleRe : Ant- update database outputDefaultSchema property
It looks like it didn't make it to the ant scripts yet. I created https://liquibase.jira.com/browse/CORE-1758 to track the problem.However, the outputDefaultSchema flag is just used in generating the...
View Article