Large Oracle DML PL/SQL based app - suitable for Liquibase ?
My company is an Oracle shop with a large (1300 pkgs, 350k LOC, 1700 triggers) PL/SQL-based app. Source is currently managed in SVN and a Python script is used to package source changes and generate a...
View ArticlediffChangeLog Command output resulted changesets on console or separated file.
Hi, I'm looking for a way of using the diffChangelog command without using the standard changelog file. I want to be able to separate the resulted changesets from the main changelog and instead I want...
View ArticlediffChangelog command output resulted changesets on console or separated files.
Hi, I'm looking for a way of using the diffChangelog command without using the standard changelog file. I want to be able to separate the resulted changesets from the main changelog and instead I want...
View ArticleRe : Large Oracle DML PL/SQL based app - suitable for Liquibase ?
It sounds like you should talk to the Datical sales reps. Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View ArticleRe : Large Oracle DML PL/SQL based app - suitable for Liquibase ?
...that said, we do typically work more with folks running Java (or other language) applications that use Oracle and other databases, and that are using Datical for managing schema change. We have some...
View ArticleLiquiBase adding multiple columns in PostgreSQL
Hello there, I am yet to use/implement LiquiBase tool for our PostgreSQL databases. One question i have is - Can LiquiBase be used to add multiple columns part of one changeset all at a time generating...
View ArticleRe : LiquiBase adding multiple columns in PostgreSQL
You are correct - Liquibase will generate individual alter table statements, one for each column added. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View ArticleRe : LiquiBase adding multiple columns in PostgreSQL
Thanks Steve ! Recently, one of customers were adding multiple columns to a big table with 15m rows and were looking at speeding up the process. We could not manage to club all the "ALTER TABLE.. ADD...
View ArticleRe : LiquiBase adding multiple columns in PostgreSQL
I was going to suggest that you submit a pull request to fix this, but it appears that someone beat you to it! I went and looked at the history for the class that generates the SQL for adding columns,...
View ArticleRe : LiquiBase adding multiple columns in PostgreSQL
https://github.com/liquibase/liquibase/pull/315 Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View ArticleRe : Liquibase-3.3.0 -- not working with JBoss vfs
Hi Nathan sorry for the late response. We upgrade Liquibase to 3.3.5 but the issue still occurs when deploy in JBoss. Looks like Liquibase still fails if refering jar file using vfs in the classpath,...
View ArticleRe : Liquibase-3.3.0 -- not working with JBoss vfs
I am guessing the the vfs: prefix is referring to commons-vfs, which is supposed to allow access to differing file systems somewhat transparently. In this case, it appears that JBoss may be using it to...
View ArticleRe : LiquiBase adding multiple columns in PostgreSQL
Hi Steve, Thank you very much for the quick reply. Thats great to know ! I have been through the "github" link, it says the fix has been done for MySQL. I am not sure if it applies for PostgreSQL as...
View ArticleRe : LiquiBase adding multiple columns in PostgreSQL
I have not tested it, but the code appears to be database-platform agnostic and should work on all supported databases. Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View ArticleRe : LiquiBase adding multiple columns in PostgreSQL
Thank you very much Steve for the reply again. I will take this up further. Thanks, Venkat
View ArticleRe : CDILiquibase not reliable working
You might have more luck posting this to StackOverflow, tagging it with liquibase and wildfly. Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View ArticleRe : LiquiBase adding multiple columns in PostgreSQL
Hi Steve, I just came to know that, the change is effective in MySQL database only not in PostgreSQL database. I am further working on this. Thanks, Venkat
View ArticleCan I add changelog property to liquibase.properties file?
this is my liquibase.properties file: #Liquibase.properties driver: oracle.jdbc.OracleDriver classpath: ojdbc7.jar url: jdbc:oracle:thin:@10.0.2.1:1521:mydb username: USER password: pswd this is my...
View ArticleRe : CDILiquibase not reliable working
Thank you for your response. Will try it on SO Independently: Can you recommend us how to get rid of the CDI and to integrate it into the EJB container on startup, without CDI? Also, is there a way to...
View Article