Re : Error finding parent directory when using valueClobFile attribute
Hi Steve, Sorry I forgot to specify the error message. So by simply changing the path from valueClobFile="../customer-data/CustomerDesc.json" to valueClobFile="../../customer-data/CustomerDesc.json"...
View ArticleRe : Error finding parent directory when using valueClobFile attribute
Looking at the source, I don't see any reason why this would not resolve multiple 'parent' directory references. When you are executing this, what is the state of the system? Is it running from flat...
View ArticleWhy does databasechangelog not have a primary key?
I noticed that the table databasechangelog does not have a primary key. What is the reason behind that? Wouldn't it make sense to create it with a primary key on (id, author, filename) - or at least a...
View ArticleRe : Why does databasechangelog not have a primary key?
I think (Nathan can add to this if I am incorrect) that there just isn't much need for one. Nothing else references it, the table probably rarely grows beyond 100,000 rows (and most times far fewer...
View ArticleRe : Error running yaml changelog after using generateChangeLog on database
In case it helps anyone I figured out the issues with the above. When running the generateChangeLog it gave me a type of datetime(6) which I was then passing defaultValueComputed: CURRENT_TIMESTAMP...
View ArticleRe : Liquibase 3.4.1 - unsupported database Exasol issue
Hi Steve, thanks for the reply. I am just starting writing an Exasol database adapter but I am completly new to this topic so I have to see how far I get. Most likely I will raise a few more questions....
View ArticlePossible bug in loading data introduced in 3.4.1?
Hello, I have a problem with loading data from a file into a MySQL table in 3.4.1. I am trying to update from 3.0.8. It works fine in all other previous versions. The same problem occurs running...
View ArticleRe : Liquibase 3.4.1 - unsupported database Exasol issue
No problem - ask away! Nathan, Liquibase founder, is also on here and answers the tough questions. If you put the source on Github then it will be easy to work together. Steve Donie Principal Software...
View ArticleRe : Possible bug in loading data introduced in 3.4.1?
It sounds reproducible - I have created https://liquibase.jira.com/browse/CORE-2510 to track it. Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View ArticleContributing a number of new features - best way for design review?
Hi, Our company has made a number of enhancements to Liquibase that we'd like to contribute back. However, before we do, we'd like to get general feedback on what we've done. (We've contributed a...
View ArticleRe : Contributing a number of new features - best way for design review?
Either pull requests or jira issues work fine. I tend to like the pull requests better, even if there is a lot of back and forth because it keeps everyone looking at the same code which tends to reduce...
View ArticleRe : Contributing a number of new features - best way for design review?
Thanks, Nathan. What branch should I work with? master? 3.4.x? 4.0.x?
View ArticleRe : Contributing a number of new features - best way for design review?
Master would best. 3.4.x should only be bugfixes and 4.0.x is still very unstable. Nathan
View ArticleLiquibase warning & java.sql.SqlSyntaxErrorException
In my ubuntu, I successfully installed and developed JHipster Book Store application. Here, I preferred MySQL as database. Now, I am trying to connect to NuoDB (database) on JHipster. I had to face...
View ArticleLiquiBase warning and java.sql.SqlSyntaxErrorException
In my ubuntu, I successfully installed and developed JHipster Book Store application. Here, I preferred MySQL as database. Now, I am trying to connect to NuoDB (database) on JHipster. I had to face...
View ArticleRe : LiquiBase warning and java.sql.SqlSyntaxErrorException
Looks like you got an answer on StackOverflow. Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View ArticleRe : Liquibase warning & java.sql.SqlSyntaxErrorException
Please don't cross post the same question in four different places. Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View Articleequivalent?
I'm wondering if the feature request has come in to be able to do: <include file="whatever.xml" contexts="dev" /> I think this would be very useful, as opposed to be putting contexts="whatever"...
View ArticleError in dropIndex in Postgres 9.4
Actually I am working with Liquibase 3.3.2 and Postgres 9.4 and I want to upgrade it to 3.4.1. So I started my tests and I found a problem: When I have a changeset like this: <changeSet...
View ArticleDoes Liquibase supports oracle Database users / database links / tablespaces ?
Hi, Is it possible to create following Oracle Database objects using liquibase 1. Oracle Database users , 2. database links , 3. Tablespaces If Yes , how can we pass the parameters and its values which...
View Article