Re: [Liquibase-user] Remarks = COMMENT statements?

2009-04-28 Thread Voxland, Nathan
The trouble is that not all databases return really useful comments for tables, so we didn't want to automatically move them along to the new database. For example, the comments for mysql tables are usually something like InnoDB FREE 53k. It is something that we would like to work around and get

Re: [Liquibase-user] Changelog parameters

2009-04-28 Thread jfrapper
Hi Nathan, I tried it with underscores and also just using the two words together, for example schemaname. Neither attempt worked. The liquibase.bat just doesn't like my properties. Is there any other information I can provide? Here is a sample changeset: changeSet author=(generated)

Re: [Liquibase-user] Changelog parameters

2009-04-28 Thread Voxland, Nathan
What if you move your paremeters to before the update: liquibase --driver=oracle.jdbc.OracleDriver --classpath=C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar --changeLogFile=sql\base.changelog.xml --url=jdbc:oracle:thin:@myjdbc -username=my_username --password=my_password --logLevel=finest

Re: [Liquibase-user] Changelog parameters

2009-04-28 Thread jfrapper
I get the help message, for example: liquibase --driver=oracle.jdbc.OracleDriver --classpath=C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar --changeLogFile=sql\base.changelog.xml -url=jdbc:oracle:thin:@local:1521:asdf --username=my_user --password=my_pass Dschemaname=my_schema

[Liquibase-user] includeAll Problems on Windows

2009-04-28 Thread Brendan.Dahl.Work
I'm trying to use the includeAll function on windows and the only way I can get it to work is to add a back slash to the path e.g. includeAll path=\latest /. If I leave out the backslash I get Migration Failed: URI has an authority component. The problem with using the backslash is it then