Macro for repeated/common table column definitions
Hi Folks,I have a number of separate database tables which contain their own unique column definitions - however they do contain a small number of columns which share the same definition across all the...
View ArticleLiquibase Update/Rollback for Function does not work
Trying to update an existing SQL function, the SQL code is correct (have run it directly on the database) but cannot get Liquibase to run it successfully, or roll it back :(Liquibase says 'Migration...
View ArticleRelease date for 3.5.2?
Is there a target release date for 3.5.2? It has some bug fixes that we are looking for..
View ArticleDatabaseException for liquibase Update
I am getting the following error while running liquibase Update on MYSQLError: Failed to execute goal org.liquibase:liquibase-maven-plugin:3.5.1:update (default-cli) on project liqui-demo: Error...
View ArticleLiquibase Redshift loadUpdateData
Hi all,I'm trying to create an AWS Redshift DB with data taken from a number of different CSV files.I've tested the script locally using Postgres and all seems to be working well (produces the...
View ArticleRe : Release date for 3.5.2?
I'm working through some remaining issues still. I'm hoping in the next week or two.Nathan
View ArticleRe : Why does databasechangelog not have a primary key?
I've run into a problem because of the lack of a primary key on databasechangelog - on MySQL running with safe update mode the updates to that table fail. I don't know if it would be easy to make it...
View ArticleRe : Multiple small fixes to 3.5.x
Hi Marleen,thanks for that great catch. Creating a pull request with the fixed FindForeignKeyConstraintsGeneratorDB2.Best regards,Markus
View Articleprogramatically call liquibase for data diff?
Hi, I have read a similar post, https://forum.liquibase.org/topic/is-it-possible-to-generatechangelog-difftypes-data-programatically, for generating data diff changelogs in java/junit code. I tried a...
View ArticleRe : programatically call liquibase for data diff?
When you say it "did not work", could you be more specific? What did you expect to happen? What actually happened? Was there an error message? Also, that link does not work - when I click it I get a...
View ArticleRe : programatically call liquibase for data diff?
Thanks. I tried including "data" in Difftypes parameter and inserting data in DB, then run my diff code against a null DB. However, I could see diffs of schema but no content diffs. This happened by...
View ArticleRe : programatically call liquibase for data diff?
It appears that you may need to call the method DiffOuitputControl.setDataDir() to get the data in the output. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : Liquibase 3.4.2 H2 database
Hello Any update on this ?. This is actually blocking us move ahead with newer version of Liquibase.Request your help here.RegardsVinitha
View ArticleLiquibase Attempting to Run Twice
I ran all my liquibase changessets and the db (Oracle) was created successfully. over the period of several days, I ran update several times and it ran successfully. This morning when I the CI build...
View ArticleRe : Liquibase Attempting to Run Twice
An update about this: I figured out what the issue was. The GOCD pipeline that was kicking off that process was renamed which resulted in a renaming of the file path so liquibase attempted running...
View ArticleDocumentation bug for createSequence
The manual claims that the attribute ordered is supported for "informix, hsqldb, postgresql, oracle, firebird, h2"http://www.liquibase.org/documentation/changes/create_sequence.htmlHowever this is...
View ArticleOne changelog file works for MSSQL to PostgreSQL migration but not MSSQL to...
I've seen this similar topic before, but without a resolution. A somewhat useful workaround, but not practical.http://forum.liquibase.org/topic/liquibase-validation-can-we-turn-it-offThe problem is a...
View ArticlePull request - CORE-2817 - constraintName attribute is missing from generated...
Hi,An attempt to fix this Sybase related issue, https://liquibase.jira.com/browse/CORE-2817, the pull request is at https://github.com/liquibase/liquibase/pull/599 Thanks,
View Articlesqlfile tag in formatted Sql file
Hi,I have got a formatted Sql file with all the CREATE and ALTER table statements. But some statements are in an external file. What is the syntax for sqlFile tag in Liquibase formatted sql...
View ArticleRe : sqlfile tag in formatted Sql file
There isn't really an equivalent - you would have to use database specific techniques. I searched for "Use One SQL file from another" and found some results. For example, if you are using MSSQL, you...
View Article