includeAll does not work when running with the maven plugin
Hi everybody,I have a problem with 'includeAll' when running liquibase via liquibase-maven-plugin 3.5.3.An example is attached as zip-file shows exactly our use case.It can be executed with the command...
View ArticleRe : Best way to create masterdata per tenant / multi-tenancy?
Hi,I'd also appreciate advice on how to handle this kind of applications, I'm dealing with the same issue.Thanks in advance.
View ArticleLiquiBase is throwing UnexpectedLiquibaseException: Cannot find LockService
I am trying to get LiquiBase to work with InstallAnywhere. InstallAnywhere is executing LiquiBase via an ANT target.It work fine if the ANT target is executed via command line. When I use...
View ArticleLooking for feedback on cross-database support
I'm trying to better understand how the Liquibase cross-database support is used. If you are using the same changelog file across multiple databases, can you comment on what has worked well and what...
View ArticleendDelimiter="GO;" stops working since 3.5.xxx
HiWe are using liquibase with MS SQL, a lot of changesets have been already written. And for some reason we are using endDelimiter="GO;" in almost all changesets (please don't ask me why, I haven't an...
View ArticleRe : Multiple inserts in sqlFile do not fail as expected
Guys I know how to solve this problemJDBC driver has a very interesting feature: when you execute command containing multiple statements, driver returns only the result of the first statement...
View ArticleRe : endDelimiter="GO;" stops working since 3.5.xxx
Some more information: I perform some investigation, it looks like since 3.5.xxx the method which parse string and splits it up to the sql expressions was changed dramatically, no it parse string word...
View ArticleMaintain order of deployments in sybase using Liquibase
Hi,I am a new user of Liquibase. I have to implement Liquibase for sybase database deployments. Question I have is, is there a way to maintain the priorities of object deployments. Say, Tables followed...
View ArticleRe : Maintain order of deployments in sybase using Liquibase
When deploying changes, Liquibase follows the order of changesets as they are in the changelog. When creating a brand-new changelog from an existing database (or when appending changes using the...
View ArticleRe : Maintain order of deployments in sybase using Liquibase
Hi Steve,Thanks for the quick response. I am also looking for a scenario where I have 10 different artifacts and some of them have tables creation, insert/update statements and stored procedures. Now,...
View ArticleRe : Maintain order of deployments in sybase using Liquibase
I don't think I understand what the problem is. What do you mean by "artifacts"? Your understanding of that word and mine may be vastly different. Do you have an existing changelog, or a set of SQL...
View ArticleDeclare a partitioned table in liquibase
We have been using mysql and non-partitioned table. We now want to partition some of our tables by a tenant_id that would enable us to process things faster and avoid locking issues.It works fine in...
View ArticleRe : Declare a partitioned table in liquibase
Liquibase does not support this natively. You would need to use on of the following techniques:1. Write your own extension to Liquibase.2. Contact my company (Datical) as we have written an extension...
View ArticleRe : Declare a partitioned table in liquibase
Steve,Thanks for your prompt response.I'll speak to my company if we can contact you , but we are a small company so I doubt if I'll get approval. In any case, we are partitioning at a prototype stage...
View ArticleDuplicate space deletion
Hi everyoneI've noticed some interesting behavior when Liquibase compute MD5 sum of a changesetIt perform some kind of space trimming but it treat not only leading and trailing spaces, it checks also...
View ArticleRe : Duplicate space deletion
I don't think anyone would disagree, so I have created a ticket in Jira to track this.https://liquibase.jira.com/browse/CORE-2957Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleOverriding an existing PreCondition (ForeignKeyExistsPrecondition)
Hi,I'm currently in the process of creating an extension for Liquibase to support Cassandra. It's working pretty well but I want to add some nice-to-have functionality.When a changeset has a...
View ArticleLiquibase is stuck on 'Reading from [dbo].[DATABASECHANGELOG]'
Does anybody have any idea why my Liquibase deployment hangs on 'Reading from [dbo].[DATABASECHANGELOG]' and just sits there infinitely? I even dropped and recreated DATABASECHANGELOG and...
View ArticleManage multibranch database versioning.
Hi, Liquibase works as a charm when our delivery pipeline is straightforward, and we work with a short cycle development. But it is not always the case. Firstly let's imagine that we should have...
View ArticleRe : Manage multibranch database versioning.
I would recommend that you call Datical right away.Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View Article