From: Gavin K. <ga...@ap...> - 2002-09-23 00:35:16
|
Hi everyone, in response to a user request, I'm adding a BigDecimal type. According to the JDBC spec, the correct mapping for this type is Types.NUMERIC. So we need to go ahead and add a NUMERIC type to all the dialects. To make this a bit easier, would people please let me know what database column type Types.NUMERIC should be mapped to for their platforms? TIA Gavin |