There is already an object named 'DATABASECHANGELOGLOCK' in the database when...
Liquibase update Failed: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE [DATABASECHANGELOGLOCK] ([ID] INT NOT NULL, [LOCKED] BIT NOT NULL, [LOCKGRANTED] datetime NULL,...
View ArticleThere is already an object named 'DATABASECHANGELOGLOCK' in the database.
Liquibase update Failed: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE [DATABASECHANGELOGLOCK] ([ID] INT NOT NULL, [LOCKED] BIT NOT NULL, [LOCKGRANTED] datetime NULL,...
View ArticleDeveloping a friendly interface for changeset and changelogs generation
HelloI am wondering on how to develop an interface for changeset and changelog xml generation.The main idea is to present a web page to the user, then he may choose and select his script needs (like a...
View ArticleMaking LiquiBase work with Netezza
Hello Everyone,I wanted to highlight an issue that many of you are aware of concerning Liquibase and Netezza. The tool does not support this critical database, but the tool will allow one to create...
View ArticleLiquibase: managing master data
I am using liquibase in my project.I have tenant table with tenant_id as primary key. And the remaining tables have tenant_id as a column.Now what will be the better way to handle master data with...
View ArticleRe : sqlFile tag not expanding placeholders
Hi,With version 3.0.8, it tried to replace : <property name="prm.expl" value="GINKO"/><property name="prm.cdv" value="CVI"/><property name="prm.host"...
View ArticleRe : Liquibase/log4j integration
From Fixing liquibase logging with SLF4J and Log4J: you can also simply include Matt's jar, liquibase-slf4j, that does this for you. Then a log4j example goes as follows:<category...
View ArticleRe : Liquibase/log4j integration
From Fixing liquibase logging with SLF4J and Log4J: you can also simply include Matt's jar, liquibase-slf4j, that does this for you. Then a log4j example goes as follows:<category...
View ArticleRe : How to configure logging
Fixing liquibase logging (in Spring) with SLF4J and Log4J
View ArticlePostgres max_locks_per_transaction
I'm using liquibase with Postgres and I'm hitting the error when running a particular changeSet:ERROR: out of shared memory[ERROR] Hint: You might need to increase max_locks_per_transaction.So I...
View ArticleRe : How to make sure at least one context is selected?
There isn't a way to require a context currently. Your precondition setup seems like the easiest route. If you are running command line mode, you could create a liquibase.properties file that defines a...
View ArticleRe : Developing a friendly interface for changeset and changelogs generation
The underlying Liquibase objects are probably the best way to work with objects rather than starting with the XML. I tend to see the XML as a possible serialization format, but not the root of how you...
View ArticleRe : There is already an object named 'DATABASECHANGELOGLOCK' in the database...
It looks like the code to detect the databasechangelogtable isn't working correctly for some reason. What version of liquibase are you running?Nathan
View ArticleRename databasechangelog table
Hi there!Is there a way to rename the automatically generated tables 'databasechangelog' and 'databasechangeloglock'?Thank you for your product :)
View ArticleRe : NullPointerException
Any update on this??i am getting the same issue...but i dnt find any solution for this.Please Help
View ArticleUnit Tests Failing - 3.1.0-SNAPSHOT
I am trying to build from the head and use 3.1.0-SNAPSHOT, but it appears that the tests are failing:This is the stacktrace from one of the tests.LiquibaseTest.update()java.lang.NullPointerException at...
View ArticleRe : Making LiquiBase work with Netezza
The liquibase exension system allows you to easily plug new functionality into Liquibase to support new database types. You can see some examples at:- https://github.com/liquibase/liquibase-maxdb-...
View ArticleRe : Support for vFabric SQLFire database
I see your pull request, but I think it would work better to have a separate sqlfile extension vs trying to build it into Derby. I've generally found that databases that try to act like a different one...
View ArticleRe : Second update action on iSeries fails : cannot find DatabaseChangeLog
That shouldn't affect anything beyond DB2i logic. I applied the change to the DB2i extension (http://github.com/liquibase/liquibase-db2i) which is where the DB2i code is going with the Liquibase 3.1....
View ArticleRe : There is already an object named 'DATABASECHANGELOGLOCK' in the database.
I'm not sure why it wouldn't be seeing the lock table with sybase. What version of liquibase are you running?Nathan
View Article