Re : Version 3.1.1 writing status results to stderr?
Glad you figured out the problem. Nathan
View ArticleRe : informix drop first - alter tables wrong syntax
Thanks for the info. I removed the use of double quotes for informix. Your user permissions seem OK, but I made a small change. Does it work now?Nathan
View ArticleIncorrect column name used for index
I'm using liquibase 3.1.1 and oracle 11g.I used the generateChangeLog command from the command line against my development database. Then I used the updateDatabase command from ant against a new...
View ArticleClassFormatError
I'm trying to use use diffDatabaseToChangeLog from ant and I get this error:C:\Production\jboss_emr\LiquiBase\build.xml:64: java.lang.ClassFormatError: Illegal class name...
View ArticleRe : Incorrect column name used for index
Is that a function-based index? They sometimes get strange column names. Or a dropped column?Try it with the new 3.2.0 release, there have been some fixes around oracle index column names.Nathan
View ArticleRe : ClassFormatError
ClassFormatError is a strange error to get. Are you running against a too-old version of Java?Nathan
View ArticleRe : Error on insert documentation on value param
Yes, you are right. I'll get the docs updated. Thanks for pointing it out.Nathan
View ArticleRe : Adding comments to changesets no longer works reliably
3.2.0 is released now with additional fixes. If you are still seeing the problem, log a ticket with the details you have.Nathan
View ArticleRe : Support for OrientDB NoSQL
I have no plans yet, but support can be implemented by anyone using the Liquibase extension system. See https://github.com/liquibase/liquibase-cassandra as an example for cassandra.Nathan
View ArticleRe : Dynamic property value to be loaded from a external file into the...
I don't think Liquibase would have access to that, the best approach may be to use ant token filtering (http://ant.apache.org/manual/Tasks/filter.html) to generate a temporary changelog file with the...
View ArticleRe : Liquibase table partitioning
Depending on exactly what you are tryign to do, you may be able to use your mapping.properties file with changelog parameters (http://www.liquibase.org/documentation/changelog_parameters.html) to...
View ArticleRe : How to avoid liquibase evaluating columns inside an IF EXISTS BEGIN...
It may be a problem with how liquibase tries to break up the SQL statement into separate blocks to feed to the database. Liquibase should just be dividing them up with a line separator regular...
View ArticleRe : ClassFormatError
I was running inside Eclipse, so to take that out of the picture I ran ant from the command line. Ant version is 1.8.0. Now I get this:$ ant generateChangeLogFromEntitiesBuildfile:...
View ArticleNew feature. Allow UpdateSQL command to skip inserts related with specific...
Hi all,I suppose that isn't possible do it now with liquibase, but maybe it could be a good new feature if the UpdateSQL command allows export only the SQL related with the data base changes, removing...
View ArticleRe : New feature. Allow UpdateSQL command to skip inserts related with...
It is not something in liquibase-core, but it is available through two extensions: https://github.com/liquibase/liquibase-nochangeloglock and https://github.com/liquibase/liquibase-nochangelogupdateNathan
View ArticleRe : Liquibase table partitioning
Nathan, Thanks for responding! Essentially, the xml files are already generated and the partitions are defined within. So I am, basically, trying to "trick" liquibase using mapping.properties file. is...
View ArticleRe : Adding comments to changesets no longer works reliably
I'm observing the same error message under 3.2.0 when I have multiple comment blocks in my changeSet.liquibase.parser.core.ParsedNodeException: Multiple nodes match null/comment at...
View Articleinserting file into table from jar
Hi I have only just found Liquibase and started to experiment with it. I would like to insert a file into a table. The file is located in the application jar as a templates or resource. I need to...
View ArticleRe : Adding comments to changesets no longer works reliably
https://liquibase.jira.com/browse/CORE-1918
View Article