Re : Liquibase 3.0.2 NullPointerException and logging request
Will you get the same error if you downgrade to 3.0.0?
View ArticleRe : Liquibase 3.0.2 NullPointerException and logging request
Yes, the same error with v3.0.0:INFO 7/30/13 7:57 AM:liquibase: Successfully released change log lockLiquibase update Failed: Unknown ReasonSEVERE 7/30/13 7:57 AM:liquibase: Unknown...
View ArticlegenerateChangeLog fails when used along with the Oracle extension
Hi,When I start the command like the following it ends up with the error message like below but when liquibase-oracle-1.2.0.jar is not included into the argument to the classspath parameter,...
View ArticleLiquibase 2.0.5 and JBoss 7.1.1 supported
We call liquibase programmatically and it works ok when the application runs standalone. When we run it inside jBoss however we get a 'no parser found for changelog.xml'. In the find method...
View ArticleRe : Generating a change log with multiple columns foreign keys from an...
Same problem here with version 3.0.2.Tibi
View ArticleUsing programmatically
Hi all,1) I would like to generate DDL SQL from a changelog file programmatically. Can I somehow accomplish this through the Liquibase class? I'm trying to embed the library in another application.2)...
View ArticleLB 3.0.2 against DB2: Error with preConditions not tableExists
Hi all,we have tested LB 3.0.2 (using Ant 1.8.2) with our scripts (in order to upgrade from LB 2.0.1) against DB2 v9.7.0.5 and found an error: <changeSet author="Author" id="changeSet.1">...
View ArticleLB 3.0.2 against DB2 : Error with dropAllDatabaseObjects
Hi all,we have tested LB 3.0.2 (using Ant 1.8.2) with our scripts (in order to upgrade from LB 2.0.1) against DB2 v9.7.0.5 and found an error: <dropAllDatabaseObjects...
View ArticleLB 3.0.2 against MSSQL: Misbehaviour with dropAllDatabaseObjects
Hi all,we have tested LB 3.0.2 (using Ant 1.8.2) with our scripts (in order to upgrade from LB 2.0.1) against MSSQL 2008 R2 (v10.50.4000.0) and found following strange behaviour:...
View ArticleLB 3.0.2 against Teradata: Unknown database: Teradata
Hi all,we have tested LB 3.0.2 (using Ant 1.8.2) with our scripts (in order to upgrade from LB 2.0.1) against Teradata 14.0.0.01 and found that the Teradata extension is not supported anymoreThe LB...
View ArticleDiff types questions
Hi, In my liquibase.properties I have specified:diffTypes: index (not indexes as specified here: http://www.liquibase.org/documentation/diff.html) The operation takes a lot of time and if I have a...
View ArticleCan I include SQL file in a changeset?
Hi, I am new to Liquibase. We already have a folder structure where we keep all our Database objects categorized by its use. I am trying to implement liquibase to manage our database object release...
View ArticleInvalid content was found starting with element 'preConditions'
Hello,I have a problem with liquibase-core-2.0.5here is the changelog : <?xml version="1.0" encoding="UTF-8"?>-<databaseChangeLog...
View ArticleMultiple out put files when using updateSQL
I am using a seperate changelog file for creating tables and inserting data. and use these two files as include in a master.xml file that is used as input to the liquibase.When i use updateSQL it...
View ArticleFormatted SQL With PreConditions - 3.0.2
Hi Guys,I´ve read that liquibase supports "preconditions in formatted sql". Is there any documentation how I am supposed to use them?I saw the pull request from "user: barneyb" barneyb - code...
View ArticleHow to use the tag ?
[EDIT] So basically, after a long night of sleep and some good idea (?), I finally succeed ..It's just that I didn't split the arguments and options enough .. !Maybe it could be nice if the example on...
View ArticleLiquibase changelogs auto-generation
hello all,i'm planning to use liquibase in an enterprise project where the database gets updated frequently with the code,i want to use liquibase to keep the database updated, currently i can use the...
View Article[FEEDBACK] Use liquibase to manage script and update in the DB
Hello,For a research subject, I need to know if some people/companies use Liquibase to manage "other things" than database.For example, to migrate some data from an existing database. We are several...
View ArticleRe : Has anyone managed to load any stored procs through Liquibase in to DB2
Hi Edd, I am having same problem, but I think I narrowed the issue to String assignment and concatenation using pipe (||) character. I am still experimenting with this process, if I succeed, I will...
View ArticleRe : Creating stored procedures for DB2 database using tag
Hey Sachin, Try to put following comment lines at the beginning of the file: --liquibase formatted sql --changeset Author:version (endDelimiter:@ dbms:db2) Create the procedure with normal termination...
View Article