InformixDatabase returns the wrong type for getNumberType()

It looks like this problem is not restricted to Informix:

http://liquibase.jira.com/browse/CORE-843

…so I opened (and fixed) http://liquibase.jira.com/browse/CORE-863.

I am testing out the fix locally and then will patch at least InformixDatabase.java to use NUMERIC instead of NUMBER.  Postgres I’ll leave to someone else.

Best,
Laird

Unless I’m missing something, it looks like the InformixDatabase returns a simple new NumberType() for the results of getNumberType().  The documentation here:

  http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.sqls.doc/sqls985.htm

…indicates that NUMBER is not a valid data type in Informix.

Shouldn’t this be NUMERIC instead?

L