Re : character encoding and sql output
What will be syntax of using "updateSQL" with maven?How can I specify a file or stdout for pom to give me SQL generated for change logs.
View ArticleCreate Index and order
Hi all,It seems the CREATE INDEX refactoring has a serious omission - it's not possible set the index column order (ASC/DESC per column.)Or am I missing something?
View ArticleFacing issue with custom Precondition
[liquibase-3.0.2]Hi,I'm fairly new to liquibase, my deductions may be totally wrong.Please be forgiving if that's the case.I'm trying to use some custom preconditions for my project.What I wish would...
View ArticleLiquibase DB dialects
Hello,I had a task to consider Liquibase for managing databases for modular java project.In the end the conclusion is that Liquibase is the right tool for the job but it has several bugs that have to...
View ArticleRe : Using Oracle Wallet?
Those instructions appear a little out of date, like "finest" is no longer a valid debug level. Hopefully, we can get a little bet better documentation on this, since my Googlings were sparse.Here's...
View ArticleRe : how to specifty output format other than XML for liquibase command line...
Thank you for the fast reply and for the product Nathan.Am I right that the SQL commands in a change log written in SQL format will be executed as is?How many developer hours do u think are needed to...
View ArticleRe : how to specifty output format other than XML for liquibase command line...
Good to hear Liquibase is working well for you.Yes, if you use the formatted sql style, liquibase will just execute the sql listed. The trouble with generating actual SQL as the output is that it is...
View ArticleHibernate and Liquibase 3.x
Hi,I was planning to use Liquibase-hibernate with the latest Liquibase version and Hibernate 4. The current version of Liquibase-hibernate works only with Liquibase 2.x so I have checked out the code...
View ArticleRe : Jira: cannot create new account
Thanks for the heads up, I contacted Jira support.Nathan
View ArticleRe : Update with lots of already executed changesets incredibly slow...
It shouldn't be doing that. That should only be ran when it is doing a snapshot, and could really be avoided completely on oracle since it is trying to determine if a column is autoincrement which is...
View ArticleRe : Hibernate and Liquibase 3.x
I'm hoping to get hibernate support back going again for 3.0, but I've been focusing on some bigfixes for the core 3.0 release so far.Nathan
View ArticleRe : Jira: cannot create new account
They said it was probably due to a known issue. I disabled captcha for account creation, LMK if you can create an account now.Nathan
View ArticleRe : Liquibase-oracle in 3.0.0
So, are the oracle extensions limited to the 2.x release for now? I'm trying to get this set up, and am not sure which version is supported by what. This thread is the only mention of the current...
View ArticleRe : Liquibase-oracle in 3.0.0
The code in git should be working with 3.0, but I haven't gotten a chance to test it enough to officially release it yet.Nathan
View ArticleRe : how to specifty output format other than XML for liquibase command line...
When I try to create .json and .yaml files it generates the files but they are empty. I'm using the same command that generates an .xml file just changing the extension.liquibase...
View ArticleRe : Facing issue with custom Precondition
Your code should work. I created https://liquibase.jira.com/browse/CORE-1402 to track it and committed a fix for 3.0.3. It should be out in the next couple days.Nathan
View ArticleSQL Accept Parameter error
Hi, I am trying to get the schema name as input and pass it such as this inside the SQL script accept SCHEMA_OWNER char prompt 'Enter the SCHEMA_OWNER alter session set...
View ArticleRe : Facing issue with custom Precondition
Thank you for the fast answer.I will then wait for the next version to do my modification.
View Article