
| Key: |
DERBY-83
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Jeremy Boynes
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
JDK1.5
|
|
| Resolution Date: |
29/Nov/04 05:36 PM
|
|
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
|
|
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 |
Show » |
|
This uses reflection to invoke toPlainString() allowing the code to be compiled on earlier VMs.