JDK 1.2 call in 2.0.14
Brought to you by:
mark_matthews
The ResultSet.getDouble(byte[]) operation calls the
Double.parseDouble operation which is is only
introduced in JDK 1.2.
This means that 2.0.14 is no longer compatible with JDK
1.1 contrary to the readme and changelog.