Why Liquibase show duplicate table error when same changelog is executed from...
I have two Jenkins jobs which apply the same changelog on the database using two different changelog.xml files.When one job is executed after the other I'm getting duplicate table errors and etc. It...
View ArticleDoes Liquibase support multi-hop database schema migration?
Hi Guys,Does Liquibase support multi-hop database schema migration? Eagerly waiting to hear from you.Thanks,Shiva
View ArticleRe : Does Liquibase support multi-hop database schema migration?
Not clear what you mean by 'multi-hop'. Can you describe what you are doing in more detail? Liquibase has been around for a very long time and is used by thousands of companies, so it is likely that it...
View Article[3.6.3] nullpointer on SqlPrecondition.class
There is a way of making a SQL statement in the precondition , which returns a NULL value.the null value is handled correctly.In Line 58 of SQL Precondition (ExecutorService) this returns a oResult of...
View ArticleRe : [3.6.3] nullpointer on SqlPrecondition.class
I submitted a PR for you. See https://github.com/liquibase/liquibase/pull/882Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : How do I use --logLevel?
I have the same question. --logLevel seems to be a supported flag, with 0 functionality.
View ArticleRe : How do I use --logLevel?
The built-in logger for liquibase is fairly basic. It outputs to the console (stderr stream, I think), not to a file. The different levels available are debug, info, warning, severe, and off. I think...
View ArticleFunctional index code generated gives error in MS SQL Server
I have this following index in my SQL Server DatabaseCREATE NONCLUSTERED INDEX XCR_ACTIVE ON dbo.CS_PA_VEH_BASE ( ETL_ACTIVE_FL ) WHERE ETL_ACTIVE_FL = 'N' ON "default";for which liquibase gives out...
View ArticleCode generated for a conditional index gives error in MS SQL Server
I have this following index in my SQL Server DatabaseCREATE NONCLUSTERED INDEX XCR_ACTIVE ON dbo.CS_PA_VEH_BASE ( ETL_ACTIVE_FL ) WHERE ETL_ACTIVE_FL = 'N' ON "default";for which liquibase gives out...
View ArticleRe : How to create conditional indexes using createIndex?
Hi Guys I am having similar issue and both append and computed="true" is not helping me.DB: SQL ServerLiquibase version: 3.6.3I have this following index in my SQL Server Database CREATE...
View ArticleRe : How to create conditional indexes using createIndex?
Following works BUT it must be in a separate changeset than the createtable<createIndex indexName="XCR_ACTIVE" tableName="Z_CS_CAPV_VEH_DELTA"> <column...
View ArticleRe : Default value with constraint name
Hi Nathan,Is it now possible to set the default constraint name? I am using liquibase 3.6.3, generated db changelog which gives out the following<column defaultValue="NOKEY"...
View ArticleRunning multiple databases (mssql,postgreSql): Syntax error occurs for...
Thanks in advance for any input. My company has an application that has been running on mssql and and the tests are run on H2 in memory, however we want to transition over to using postgreSql for our...
View ArticlegenerateChangeLog Oracle
Hi Team,we would like introduce LiquiBase in Telekom Germany on a big project. How can we introduce LiquiBase into our development, because it is not a new project older than 4 years.Is it possible...
View Articleliquibase with active directory
liquibase does not seem to allow connection to mssql with active directory credentials. Using domain prefix and no prefex results in login failure.
View ArticleImproving Community Support
It’s an exciting time for the Liquibase community. The latest release, 3.7, has over 350 commits from the community and from Datical. Datical has dedicated several engineers to the Liquibase open...
View ArticleRe : Improving Community Support
We'd love to hear feedback from the Liquibase Community! Datical is committed to Liquibase and we prize feedback from the community of users and contributors.
View ArticleRedshift
Greetings,I have fixed a few bugs in the liquibase redshift library and I was wondering if I could get someone to review my changes?https://github.com/liquibase/liquibase-redshift/pull/7
View ArticleRe : Redshift support
I have fixed several bugs with liquibase redshift support. Could one of you review my changes?https://github.com/liquibase/liquibase-redshift/pull/7Thanks,-Michael
View Article