Re : Support AutoIncrement in creating objects
Hi Steve. This is not the answer, that i was hoping for, but i think you're right and Liquibase does a very good job managing the schema changes. Thanks a lot. Volker.
View Articleliquibase do not drop sequences in Postgres in case dropFirst is true (tested...
Hello Nathan, I've noticed liquibase do not drop sequences in postgres in case dropFirst is true. (tested on postgres 9.3, liquibase 3.1.1, 3.3.2) in case it is a bug I can submit a bug request to...
View ArticleAvoid checksum using entire file path
Hello, i am using liquibase 3.3.2 into an enterprise java webapp. I have a big problem, my development team has different liquibase file's path using single database. When we start liquibase bean in...
View ArticleRe : How to create a "super"-table which will be always created infront of...
Hello Steve, I have created a patch and a pull request like we talked and I promissed. https://liquibase.jira.com/browse/CORE-2309 Could you verify the pull request to your needs? If there is something...
View ArticleRe : How to create a "super"-table which will be always created infront of...
While I work closely with Nathan (founder and core maintainer of Liquibase) I do not have commit rights to the project. Nathan is in the midst of moving houses, so it might be a few days before he gets...
View ArticleRe : Problem with Preconditions in Version 3.3
I have the same issue even without preconditions defined. When upgrading from version 3.2.2 to 3.3.2, Liquibase suddenly runs a "SHOW FULL COLUMNS..." query for every table in the database. To verify...
View ArticleDuplicate changeSet not failing as expected
So I have an Oracle database which I am updating... in the process of testing my DB build system, I created a new change which is identical in content to an older change with a different ID. Both are...
View ArticleInstalling extensions, where do the jars go?
I would really like to use the Percona extension, but need a really basic question answered: Where does the "liquibase-percona-1.1.0.jar" file go? I have it in /usr/share/liqubase/lib but am unable to...
View ArticleContexting of include tags?
Hello, i did a bit of research in this forum bu did not find this topic yet. We are thinking about using Liquibase for out database migration.Due to a large amount of tables and as we have seen that...
View ArticleUnable to rollbackdate using maven
Hi, I'm trying make the rollbackdate in liquibase using maven with this command: mvn liquibase:rollback -Dliquibase.rollbackDate="31/03/2015 13:27:27.708852" The problem is that liquibase is erasing...
View ArticleRe : Liquibase doesn't honor type modifiers
I have tested this with version 3.2.3 and it works fine, so until the bug is fixed, you could use version 3.2.3.
View ArticleRe : Installing extensions, where do the jars go?
How are you running Liquibase? Command Line? Maven? Ant?
View ArticleRe : Installing extensions, where do the jars go?
Using maven. I figured it out for command line, but cannot get maven to use the liquibase-percona extension
View ArticlesqlFile not being called
I originally asked this question on stackoverflow but its been nearly a month and I haven't had any feedback and I still can't make this work. I have a sql file that I would like run to seed my...
View ArticleRe : Installing extensions, where do the jars go?
Try adding the plugin dependency inside the plugin itself. <plugin> <groupId>org.liquibase</groupId> <artifactId>liquibase-maven-plugin</artifactId>...
View ArticleMerging ChangeSets
Hi everyone, I am facing the following requirement: Developer A adds a first ChangeSet with <addColumn tableName="ARTICLE"> to add a column Later Developer B adds a second ChangeSet with...
View ArticlemarlNextChangeSetRan and failed ChangeSet
Hello, From what I have experimented with Liquibase: When a ChangeSet execution ends in error, the row is not inserted in the CHANGELOG table When I run markNextChangeSetRan it takes the first not ran...
View ArticleHow I input a comment "tag" in a sql script?
I would like populate the column tag by the script sql, is possible? The others columns is populated like this: ------------------------------------------------------------------------ --liquibase...
View ArticleexecuteCommand bash script echo show only after the script is complete
We have a custom script that log it progress so we can track where it is. All the echo are show in the terminal only after the script complete it execution. here si the changelog <changeSet...
View Article