Re : liquibase 3.8.5 needs a pro license key
Hello Filipe,I see the issue DAT-4029 is in our backlog, I'm checking what sprint we can get this work in. Thanks,Ronak
View ArticleRe : liquibase skips quotes for default value 'infinity' - PostgresSQL
Hi Taras,I just tested column object with default value 'infinity' and it looks like we have a bug. You are right, the changeSet is generated without the quotes around infinity with formatted SQL.Here...
View ArticleRe : liquibase skips quotes for default value 'infinity' - PostgresSQL
Sharing more from the internal bug ticket (Thanks Steve) we don’t capture this object correctly with doing the diff. The snapshot is not good as well.For example:{ "column": { "defaultValue":...
View ArticleDocumentation improvement about parameters
Hi all,I've found out that there is an ability to define changeLog's parameters in a property file with paramter. prefix.But such nice option seems isn't documented anywhere.If I'm wrong - please,...
View ArticleRe : Liquibase and Docker
Thank you all for your invaluable assistance. Looks like I got things working.Barry
View ArticleImprove LockService (especially for CI/CD) environments
Hi,We've had a number of issues with the liquibase lock not being released in our Continuous Integration/Deployment pipeline. Mainly due to nodes being killed at startup for various reasons.We've been...
View ArticleendDelimiter issues Mysql
Hello,I'm wondering if there are any known/outstanding issues using 'endDelimiter' with MySQL?I am including this endDelimiter with an sqlFile changeset, and was expecting the liquibase updateSQL to...
View ArticleRe : endDelimiter issues Mysql
Hi Mark11,Could you include the changeset that is giving you a problem? I am looking at the documentation: https://www.liquibase.org/documentation/changes/sql_file.html and it appears that we only...
View ArticleRe : endDelimiter issues Mysql
Hi RonakRham,Thanks for your reply.Changeset:databaseChangeLog: - changeSet: id: DBOP-394-DEVONLY-update-segment-budget-tracking-last-update author: mstoute context: dev, uat...
View ArticleRe : endDelimiter issues Mysql
Hi Mark11,Looking internally but if you see this before I get the answer, could you tell me what in the resulting SQL is wrong?Is it this line: EVERY 2 MINUTE STARTS '2019-05-27 13:48:28'Also, when you...
View ArticleRe : MySQL creating "boolean" columns as "bit(1)" instead of "tinyint(1)"
I agree with the comment above, BOOLEAN should be a TINYINT(1) in MySQL since that is the default mapping. The current behavior doesn't work, even the mysql command line is confused and shows random chars
View ArticleLiquibase not starting up
Hello,When I try to invoke the CLI update command via shell script, Liquibase does not start up.When I call the exact same command and parameters manually in the terminal, it works. I see the following...
View ArticlePuzzled by rollback to tag behavior -- changeset with tag is also removed
My original mental model of Liquibase had tags going at the end of groups of changes.For example, I would expect a list of changes for release 1.0.0 to end with a tag called 1.0.0. I would also expect...
View ArticleRe : Puzzled by rollback to tag behavior -- changeset with tag is also removed
This seems to be a bug or an unfortunate design choice, per https://stackoverflow.com/questions/40263564/liquibase-rollback-to-tag-mechanism-also-deletes-tag-record-how-come, which refers to...
View ArticleRe : Puzzled by rollback to tag behavior -- changeset with tag is also removed
Also, my assumption about what would happen if I used the tag command was wrong.If instead of putting tags in my changelog XML, I comment out changes 3 and 4, run through with changes 1 and 2, use the...
View ArticleRe : endDelimiter issues Mysql
Hi Ronak,Sorry about the delay.The "every 2 minutes starts" part is fine.The issue (I think) is just that it's missing a "DELIMITER /" statement ahead of the "CREATE" statement. I can fix the SQL by...
View ArticleRe : Liquibase not starting up
Hi Jonathan Sebastian,Sorry you've been toiling away at this for a week, let me try and help. Some questions:Would you mind sharing the shell script, or the snippet? Could you show us the output of...
View ArticleRe : Liquibase not starting up
Hi Ronak,The shell script is automatically invoked after installation of our product finishes. So a series of scripts that eventually calls my logic to invoke Liquibase.There is no terminal output. Our...
View Article