using generateChangeLog on a oracle database

If you are running the command line invocation, you can use --logLevel=debug. 

SeeCommand line invocation for more details.

Testing out liquibase on an existing dev database and I’ve got a couple of warnings but i can’t figure out where this is coming from, is there a way to make the logging more verbose ?

 

WARNING 10/11/11 1:06 PM:liquibase: Do not know how to convert type 1111

There is a value coming back that jdbc says is type java.sql.Types.OTHER which liquibase doesn’t know how to convert to a type description.


Do you know a column that you have that would be causing that? If so, what you would expect for an output?


Nathan