Re : changelog filename in database contains full OS path?
Seems like the best place to discuss would be with the gradle plugin developers. There are only 3 people that have contributed to it. The main person seems to be Steve Saliman....
View ArticleScript running order doesn't follow name sorting
Hello! I'm using liquibase formatted sql, in master.xml i call a directory with include all. The running order of script doesnt follow alphabetical order. I have attached en example, in the attached...
View ArticleRe : Script running order doesn't follow name sorting
10 does come before 1 when sorted in "ASCII-betical" order. It would be better to name your files like this: 0001-firstfile.sql 0002-secondfile.sql etc. Steve DoniePrincipal Software EngineerDatical,...
View ArticleRe : Script running order doesn't follow name sorting
Thanks for fast responce! well i solved the problem in that way my self, that would definetly work. But technically when you come up to fifth digit then all files renamed with a leading zero which is...
View ArticleRe : Script running order doesn't follow name sorting
As far as I know, there is no other way to set the sorting order. If you are concerned about eventually having more than 9,999 change files, start with a 5 digit number so you won't have to deal with...
View ArticleLiquibase: can it automatically figure out that a rollback is needed instead...
Is there a way to make Liquibase figure out whether to run an "update" versus a "rollback"? When we deploy a set of code in an environment, we want the related DB changes (using Liquibase update) to be...
View ArticleRe : Liquibase: can it automatically figure out that a rollback is needed...
I don't think you are missing anything. One thing you might take a look at is the liquibase status command. The documentation says it will give you a count of unrun changesets, or a list of unrun...
View ArticleRe : Liquibase: can it automatically figure out that a rollback is needed...
Thanks Steve, this helps a lot!
View ArticleJava Version Requirements for Liquibase Version 3.4.2
We recently upgraded to Liquibase version 3.4.2 and are unable to run with Java version 1.6. The Liquibase website still says 3.x requires Java 1.6+: http://www.liquibase.org/download/ Is this accurate?
View ArticleRe : Java Version Requirements for Liquibase Version 3.4.2
What happens with 1.6? Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View ArticleRe : Java Version Requirements for Liquibase Version 3.4.2
We receive this error message: com/microsoft/sqlserver/jdbc/SQLServerDriver : Unsupported major.minor version 52.0
View ArticleRe : Java Version Requirements for Liquibase Version 3.4.2
It actually looks like it is your SqlServer JDBC driver that requires java 8. Nathan
View ArticleBest practices regarding testing liquibase changes in CI?
I am trying to find out what are the best ways to test liquibase changes in CI. Here is some info on our CI environment: -All CI builds are running against 1 schema (We would like to move 1 build per...
View ArticleRe : Java Version Requirements for Liquibase Version 3.4.2
Thanks! That was the issue. Our driver claims to support Java 6, but appears it actually does not.
View ArticleRe : 3.5.0 release date
Hi Nathan, is there any news concerning to this topic? Thanks and regards, Balazs
View ArticleRe : 3.5.0 release date
Still working on it. I'm doing some work improving the multi-schema support that is taking a bit longer than I was expecting. Still hoping in the next couple weeks :) Nathan
View ArticleRe : 3.5.0 release date
Thanks for the quick response. We are very excited. Lots of our project are waiting for this release. I would like to ask you once again to have a quick look on the pull request of CORE-1887. That is...
View ArticleJust starting with Liquibase - please help.
I am trying to start working with Liquibase, but I have some difficulties, I have tested my connection string to SQL-Server with SQuirrel and the connection test succeeded. I have tried for the last...
View ArticleRe : Just starting with Liquibase - please help.
You might try putting your arguments into a liquibase.properties file rather than all on the command line and see if that helps. I'm thinking maybe there is an issue with quoting and splitting and...
View Article