Hi,
I see that some work was done recently for handling NUMERIC vs NUMBER for some other databases…
http://liquibase.jira.com/browse/CORE-879
http://liquibase.jira.com/browse/CORE-866
http://liquibase.jira.com/browse/CORE-843
http://liquibase.jira.com/browse/CORE-863
http://liquibase.jira.com/browse/CORE-984
I have upgraded to use v.2.0.2 of liquibase,
However generateChangelog is still using ‘NUMBER’ for Sybase instead of ‘NUMERIC’
CORE-843 mentions a possible workaround of creating a subclass for *TypeConverter in subpackage of liquibase.ext.
But I’m pretty new to liquibase so not sure how I might do that.
Do I need to do it in source and recompile?
or can I add something externally and have it picked up at runtime?
I see the converters in
liquibase/database/typeconversion/core but nothing for ‘liquibase.ext’ as mentioned above.
-Chad