Re : Liquibase on Informix database using DB2 driver
In debug I can see my database being an "UnsupportedDatabase" because the Product Name "IDS/UNIX64" doesn't match with the InformixDatabase Product Name which can only be "Informix Dynamic Server".I...
View ArticleLiquibase, tables are created via maven, but not via CDILiquibase
Please have a look at the issue at: stackoverflow.comThe problem is that when I run liquibase via maven it works fine.But via CDILiquibase, only liquibase-related tables DATABASECHANGELOG,...
View ArticleHow can i use ‘max.retry.count’ in liquibase.property file
i tried:ALTER TABLE CIS_CASE ADD KR varchar2(1) NOT NULL WHERE CIS_CASE.retry_attempts >= ${max.retry.count};in my "Database/oracle/schemas/2016-08-25-cnupd-data--cis_case_ks.sql"and use the...
View ArticleRe : Release date for 3.5.2?
Hi, Nathan. Any update about 3.5.2 release date? I'm waiting a fix for tomcat.
View ArticleRe : Release date for 3.5.2?
It is very close, I'm mainly working on getting the liqubiase-hibernate plugin working and making sure it doesn't need any changes as part of 3.5.2. If you'd like, you could try the snapshot build from...
View ArticleJenkins Liquibase Runner 1.1.0 Released
Hello all,I thought some might be interested to know that I've released a new version of the Liquibase Runner Jenkins plugin. Changes and new features include:Upgraded to use Liquibase 3.5.1Allow base...
View ArticleHow to call an Oracle stored procedure from changelog/changeset
Here is what i tried:<changeSet id="2016-08-25-cn" author="user1"> <comment> Testing retry logic on liquibase </comment>...
View ArticleLiquibase preCondition onFailMessage not logged if logLevel is WARN
I'm rather new to Liquibase and I'm basically exploring this great tool (version 3.5.1), but I've just come accross a behaviour that doesn't sound right to me.Let's consider the following changeSet:...
View ArticleInclude context How to
Hi All,I'm trying to use the new functionality from 3.5.0 version to specify the context into the include/includeall statements on the changelog.To be honest I has not been able to run it. <include...
View ArticleCompositeResourceAccessor list method invokes al ResourceAccessor list...
Liquibase 3.3.2. (Though the current master code in the affected area is still the same)I'm trying to set up a unit test framework where I'm running our Liquibase change sets in order to set up an...
View ArticleSupport for Oracle Database & External Tables
Hi.we are considering adopting Liquibase, BUT, I have been told that there are limitations in what it supports in respect to Oracle DDL syntax. One specific example is that of Oracle EXTERNAL TABLES. I...
View ArticleRe : Support for Oracle Database & External Tables
Because this is Oracle-specific, you would need to write your changeset as SQL rather than as a Liquibase create table change. A Liquibase create table changeset might look like this:...
View ArticleRe : Support for Oracle Database & External Tables
Steve,thanks for the prompt response. However, due to my ignorance in respect of Liquibase, this raises more questions...The team (in another part of the company I work for) who have been doing the...
View ArticleRe : Support for Oracle Database & External Tables
Clive,Yes, you are correct. You would require a mix of XML and SQL.That's one of the reasons we developed Datical DB. It uses the Liquibase engine but includes custom extensions for Oracle to support...
View ArticleUpdate an Oracle schema from another user
Hello,I want to know :- Is it possible to update an oracle schema when we loggin with another user ?- Is it possible to generate diffchangelog xml file between 2 schema from another user ?Regard's
View ArticleWeird error trying to use H2 and Spring Boot
Not sure if this is a bug or what, so want to see if someone notices if I've done something wrong.As above, using H2 (same thing happens with hsql, though) and Spring boot 1.4.1.RELEASE, and trying to...
View ArticleStrange Behaviour : Liquibase even configured correctly with Mysql & Spring...
Hello All,I have successfully configured the Liquibase with MySQL & Spring boot Application.When I tried to test the database I fired the crud queries on DB then also I can't see the changes in the...
View Articleliquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Table...
when I run mvn clean install it is showing me this exception.
View ArticleRe : Update an Oracle schema from another user
answer to your first part is yes, as long as user you are logging in has appropriate privileges, else you will get errors.I don't know complete answer for your second question.
View ArticleLiquibase SQL vs XML command changesets
Team,The documentation does indicate the sql / sqlFile commands can be used if you want to manage schema / data changes in direct SQL however it doesn't appear to indicate the advantages /...
View Article