Re : Upgrade 3.1.1 to 3.2.0 throws...
Since Zoho does not allow multiple attachments, I attach the stacktrace here.
View ArticleRe : Checksum changed without reason
If the checksum algorithm has changed again for 3.1.1 -> 3.2.0 (?) then Liquibase should also update them again.
View ArticleLiquibase Mysql Includes
I've branched at https://github.com/carljoans/liquibaseThese are special considerations for MySQL which include the following:-- Fulltext Index for columns-- SQL escape. Escaping single quotes when...
View ArticleDIFF - Getting "schemas equal" result for completely different schemas
I'm trying to compare 2 completely different schemas but getting below result - Diff Results: Reference Database: 1@ jdbc:db2://D1:50005/N1(Default Schema: 1 ) Comparison Database: 1@...
View ArticleRe : DIFF - Getting "schemas equal" result for completely different schemas
Please let me know if some different roles, permissions are needed.
View ArticleRe : Adding comments to changesets no longer works reliably
Any news on this? This prevents us from using latest liquibase version...
View ArticlePrecondition to Check Whether Column is Nullable
I am using the liquibase XML DSL to modify primary/foreign keys on tables in a database. The target RDBMS systems are oracle and sql server. I want a precondition check in my changeset to check whether...
View ArticleUpgrading from 2.0.5 to 3.2.0 - Problem with preConditions ?
I already saw in the forum one similar post, but i just created that one to show my scenario. I think the problem, is in the version 3.2.0 the preConditions are not working as I expected.With the...
View ArticleRe : How to tag a database with liquibase 3.2.0 ?
I also received a null pointer using the tag database command, running with Ant. But checking the DATABASECHANGELOG file I see that it did apply the tag I gave.Buildfile:...
View ArticleLiquibase generateChangeLog is failing - with Table already exists
Apologies, this is a cross post from Stackoverflow. I am getting a "table already exists" error from Liquibase when I run my Jhipster project:[ERROR] liquibase - classpath:config/liquibase/master.xml:...
View ArticleHow to reference new change in xml file
I just created a change by extending liquibase.change.AbstractChange and registering it by calling iquibase.change.ChangeFactory.getInstance().register(YourChange.class)Is there any way that I can use...
View ArticleRe : Execute an Oracle sql script
Hi,I am not sure if you are currently investigating this issue or not because the https://liquibase.jira.com/browse/CORE-1621 issue has closed status. So I am stating here the issue I encountered while...
View ArticleRe : Execute an Oracle sql script
This is still a critical issue for us.Is there a reason why this has been closed?Thanks,Uri
View ArticleRe : Liquibase Jenkins Plugin
I love the concept and love the fact that the plugin works. The job configuration input requires a log of information. My preference would be if you had a mechanism on the global configuration to...
View ArticleRe : Upgrade 3.1.1 to 3.2.0 throws...
It looks like the change isn't from either of the two issues you listed, but rather a change in how whitespace around nested text is handled. In 3.1.1, the <createProcedure> and <sql> tags...
View ArticleGenerated duplicate constraint names
We have many entities in our system with similar names. When I use the hibernate plugin to generate an initial schema (using the diffDatabaseToChangeLog command) I get duplicate constraint names. For...
View ArticleRe : preCondition onFail="CONTINUE"
Why can't CONTINUE be used for preConditions on changelogs?The documentations says explicitly "Outside a changeset (e.g. at the beginning of the change log), only HALT and WARN are possible values.",...
View ArticleRe : Upgrade 3.1.1 to 3.2.0 throws...
Actually I had the versions backwards. 3.2.0 introduced a regression in that it improperly includes leading and trailing spaces in the checksum. I will release a 3.2.1 version in the next couple days...
View ArticleRe : sqlFile tag not expanding placeholders
HiI tried parameter replacement in 3.2.0 against oracle and it didn't work for <SQLFILE>.It did work for <SQL>.This is the command line I'm usingjava -DchangeId=1405045580= -jar...
View Articleinformix - performance - view generation - subselect
Hi,I think there is a problem with the genration of views in informix (maybe also other dialects). I don't have any problems yet but after creating a view on a table with millions of rows a got...
View Article