updateDatabase ant task expected the changelogfile to be in file system
Hi, I have upgraded the liquibase from 2.0.5 to 3.3.1 In the old version the Ant task "updateDatabase" took the changelogfile relatively to the classpath (in my case :...
View ArticleRe : updateDatabase ant task expected the changelogfile to be in file system
All files are checked relative to the basedir of the Ant file unless they are given an absolute path. Where is the change log file located? Is it in a jar file or is it sitting in a folder in your...
View ArticleRe : updateDatabase ant task expected the changelogfile to be in file system
It is in a jar and in 2.0.5 it worked
View ArticleRe : Looking for Feedback on Liquibase 4.0 Roadmap
There was apparently some Zoho issues which led people to reply directly to me rather than post to the forum. Hopefully it's cleaned up. I'm going to summarize some and add more thoughts here rather...
View ArticleGuice Evaluation
I started looking into Guice and how we could use it with Liquibase 4.0. After some research, I think it will not be enough of a help to introduce as a dependency. We need a way to support different...
View ArticleRe : Looking for Feedback on Liquibase 4.0 Roadmap
I looked into Guice a bit and posted my thoughts here: http://forum.liquibase.org/#Topic/49382000001230003 Short version: thinking Guice isn't going to be helpful enough to go with. Nathan
View ArticleLiquibase 3.2.2 :: DefaultLogger output to error
I would like to know why the DefaultLogger is using error output by default. public class DefaultLogger extends AbstractLogger { private String name = "liquibase"; private PrintStream err =...
View ArticleaddColumn problem
I am having a strange problem when trying to add a new column to a database. If have changeset that has the following property details <property name="boolean.type" value="boolean"...
View ArticleRe : Liquibase 3.2.2 :: DefaultLogger output to error
The main reason is to separate log messages from "normal" output when running commands like updateSql which writes the SQL to stdout. If they both went on the same channel the file you get from running...
View ArticleRe : SQL Anywhere 12
Hello, I realize that this is a very old thread, but I am providing an update for others who may be searching for further information about using Liquibase and SAP SQL Anywhere (previously known as...
View ArticlePull request for Action class refactoring
I have a pull request created for the Action class refactoring. I'd appreciate any code review and/or thoughts: https://github.com/liquibase/liquibase/pull/340 Nathan
View ArticleRe : Liquibase 3.2.2 :: DefaultLogger output to error
Hi Nathan, I understand the approach, but maybe it is a better idea to do it configurable ? We are using a tool that run Liquibase script in a shell script, and because it is running the output in...
View ArticleOutput to sql fails after upgrading to liquibase 3.3.1 from 2.0.5
Hi, We have recently upgraded Liquibase to 3.3.1 from 2.0.5. We have clients using older versions of our products, which had Liquibase 2. So the Liquibase checksums in their databases are in the...
View ArticleLiquibase update from java code gives ChangeLogParseException
In a ConfigServlet (part of a Maven project) a liquibase update is started. Sinds version 3.2.0 there's an exception thrown: Caused by: liquibase.exception.ChangeLogParseException: Error Reading...
View ArticleUsing Liquibase 3.3.2 with Vertica 7.1 : java.lang.NoSuchMethodError:...
Hello, I'm trying to use the new liquibase version 3.3.2 with vertica extension 1.2 (got from here : https://liquibase.jira.com/wiki/display/CONTRIB/Liquibase+Vertica+Extension) but I have the...
View ArticleRe : FILENAME column in databasechangelog table.
Hi Nathan, Any feedback on this further? Thanks.
View ArticleYAML update fails with Unexpected error running Liquibase:...
JDK: 7u67 Running on MacOSX with Mavericks Liquibase 3.3.2 SnakeYaml 1.13 (also tried 1.12 and 1.14) MySQL Connector: mysql-connector-java-5.1.34.jar Running from command line I created a changelog...
View ArticleA single user for all schemas?
We're a fairly large shop, and we use liquibase via maven. As we add more and more schema, we have to add every single schema user to the settings.xml for each one of the test environments (currently...
View ArticleRe : Liquibase 3.2.2 :: DefaultLogger output to error
It would be good to be more configurable. I'm working on how logging works in general with Liquibase 4.0 and will try to improve the options. Nathan
View Articleliquibase Diff command Using difftypes=data is not working.
c:\LiquiBase>liquibase --username=root --url=jdbc:mysql://localhost:3306/schema3 --driver=com.mysql.jdbc.Driver --referenceUrl=jdbc:mysql://localhost:3306/solut ion --referenceUsername=root...
View Article