Re : how can I run a set of changeSet in transaction
I was thinking in use the updateSQL to an output file, take this file and put it all in one single changeSet as sql.But if i di't it, I'll lose all my preCondition.
View ArticleManual Script execution
Hi Team,I have a scenario, where I ran few DMLs using Liquibase. My team created some manual script & execution using some SQL Editor. Later we integrated those scripts with liquibase and tries to...
View ArticleThe liquibase.exception occurs during generateChangeLog when mssql constraint...
HelloI created the TestDb on Microsoft SQL Server 2014, then I created the table CREATE TABLE [dbo].[TestTable]( [Id] [uniqueidentifier] NOT NULL, [Name] [nchar](10) NULL, [Number] [int] NULL,...
View ArticleRe : Future of Liquibase?
Hi, It's always great to hear from people who find value in and who are actively using Liquibase. I can take a moment to provide some updates regarding the future plans for Liquibase. To be fully...
View ArticleRe : Future of Liquibase?
Nathan,Thanks so much for the thoughtful and thorough reply! This is just the type of transparency I was hoping for - and it clears up any doubts I had about the viability of continuing to use...
View ArticleRe : Future of Liquibase?
No problem, transparency is always the best approach. It's not the first time in the life of Liquibase where I've been not able to keep up with the project needs, but hopefully it will be the last...
View ArticleRunning custom extension in Liquibase -element is not bounded
Hi, I am trying to write new extension using Liquibase performing the following steps: 1-Download Liquibase core project and configure it using eclipse 2-Create new Java project called...
View ArticleSpool file creation
Hi Teamdo we have any way to capture DML spool outputs and prompt outputs (like 3 rows inserted, 4 rows updated) using liquibase?
View ArticleLiquibase 3.5 CORE-2553
does anyone know the syntax for disabling reorg statement when adding columns to a DB2 database tables (as described in liquibase v3.5 CORE-2553)
View ArticleRe : Liquibase 3.5 CORE-2553
It somewhat depends on how you run liquibase - from the command line, via the maven plugin, or something else?In each of the cases, you would set the property autoReorg to true or false. If you are...
View ArticleCannot find database driver for Redshift
Trying to run the following command java -jar scripts/liquibase-core-3.3.3.jar --username=root --password="myfakepassword"...
View ArticleRe : Cannot find database driver for Redshift
I haven't tried it, but usually you use the driver property to point to a JDBC driver class and not a jar containing it.As the redshift repository does not contain such a class i would probably just...
View ArticleDoes liquibase support PostgreSQL 10?
Hi,Does liquibase 3.5 support support PostgreSQL 10?mvn liquibase:generateChangeLog fails to generate the initial...
View ArticleSet search_path and not use public
I am running liquibase on Redshift and it looks like I need to have a specific command in my script to 'set search_path to my_non_public_db'otherwise, it basically creates everything in public....
View ArticleLiquibase spring weblogic support
Hi guys,I created a modifies SpringLiquibase instance with the following modifications, because in weblogic the application can't find the selected classes in the zip file.SpringResourceOpener:...
View Articlemvn plugin not working
Hi guysI´m trying to do a rollback for the very first time and i´m doing via maven plugin with this command:liquibase:rollback -Dliquibase.rollbackTag=1.17But maven responds me with this error: BUILD...
View ArticleRe : mvn plugin not working
Your problem is that you declared a dependency to the liquibase-maven-plugin and not the use of it.see http://www.liquibase.org/documentation/maven/You need to include the plugin in the <plugins>...
View Articlewhat is the default value for a column of type boolean which is nullable?
what is the default value for a column of type boolean which is nullable?I assume it is null but just would like to check
View ArticleCan we Hadoop Hive Database?
Hi,I'm new to Hadoop Hive, now I'm interfacing Hive PHP utilizing Apache thrift, its working great. Do I need to know where is the Hive Database record store on the server ? (Database document way)....
View ArticleaddAutoIncrement does not work on Liquibase 3.5.3 for Postgres
Hi guys,I was using Liquibase 3.4.1 and wanted to use addAutoIncrement element. That didn't work and after investigating I found the issue related to core library...
View Article