Description
On JDK1.5, BigDecimal.toString() will use exponential notation for small values. This results in different text from SQLDecimal.getString() on 1.5 vs. earlier VMs
On JDK1.5, BigDecimal.toString() will use exponential notation for small values. This results in different text from SQLDecimal.getString() on 1.5 vs. earlier VMs