[Liquibase-user] liquibase: specify schema name specific to database

2009-03-03 Thread Pradnya Gawade
Hi, I am trying to have a common changeLog xml file for two databases Postgres and Oracle. Probably I have found the way to manage all other database specific syntax in the xml file except the schema names. I want to have different schema name for oracle and postgres as 'schemaName' attribute

Re: [Liquibase-user] Disable auto-apply of changes tosqlusingintellij plugin

2009-03-03 Thread Voxland, Nathan
I understand not wanting to create the XML manually, and that is the goal of the LiquiBase IDEs, but we don't queue up the changes, we apply them as soon as they are made. Since different databases handle the changes slightly differently at times, it would be just too dangerous to keep an

Re: [Liquibase-user] SpringLiquibase.html with completely wrong javadocs

2009-03-03 Thread Voxland, Nathan
I person can dream, can't they? :) I'll add it as a feature request. Nathan -Original Message- From: Marc Logemann [mailto:l...@logemann.org] Sent: Monday, March 02, 2009 10:45 AM To: liquibase-user@lists.sourceforge.net Subject: [Liquibase-user] SpringLiquibase.html with completely

Re: [Liquibase-user] liquibase: specify schema name specific to database

2009-03-03 Thread Voxland, Nathan
I think the easiest way is to use the parameter functionality. http://www.liquibase.org/manual/changelog_parameters You can make your changeset as schemaName=${schema} and then pass the schema you want into liquibase. Nathan From: Pradnya Gawade [mailto:pradnya.gawa...@gmail.com]