Re: [Liquibase-user] diffChangeLog just prints Migration Failed: Unknown Reason

2009-02-26 Thread halfempty
I have pretty much the same configuration as dobes. On 1.9.0 and 1.9.1 the diff command works but diffChangeLog results in Migration failed: unknown reason. Version 1.8.1 works fine. I see in the linked bug the fix was taken into 1.9.1 but the problem still is there (for postgres anyway). I

Re: [Liquibase-user] PostgreSQL and DB-Schemas

2009-02-26 Thread halfempty
I'm using postgres and trying to use diffChangeLog, and I find that it will only diff the public schema. I have my own schema, and even if I pass it in using --defaultSchema=myschema I still only get the diff for the public schema. Any recommendations? Thanks! Paul Keeble wrote: I know I've

Re: [Liquibase-user] Liquibase: Custon sql with sql tag

2009-02-26 Thread Voxland, Nathan
I think you are forgetting to wrap your sql tag in a changeSet tag. You can support multi-line sql by using the splitStatements=false attribute Nathan From: Pradnya Gawade [mailto:pradnya.gawa...@gmail.com] Sent: Thursday, February 26, 2009 5:07 PM To:

Re: [Liquibase-user] Liquibase: Custon sql with sql tag

2009-02-26 Thread Pradnya Gawade
You are correct, my mistake. I will try wrapping it inside changeSet. Thanks and Regards, Pradnya On Thu, Feb 26, 2009 at 6:15 PM, Voxland, Nathan nvoxl...@intelligentinsites.com wrote: I think you are forgetting to wrap your sql tag in a changeSet tag. You can support multi-line sql by