Liquibase doesn't have a NumericType

Instead, it uses NumberType, which uses a data type of NUMBER, which is not portable (at least it’s not ANSI SQL).  The ANSI datatype should be NUMERIC.  Liquibase does not have such a type.

I’ve opened a (trivial) bug: http://liquibase.jira.com/browse/CORE-863

I’ll make the change unless there are objections.

It seems from http://liquibase.jira.com/browse/CORE-843 that this might impact several Databases; I will also make the change in InformixDatabase.java (the one I’m reasonably familiar with) unless there are objections.

Best,
Laird

Aha, it’s not just Informix: http://liquibase.jira.com/browse/CORE-843

L