-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
03
-
x86
-
windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2033495 | 1.4.0 | Jon Ellis | P4 | Resolved | Fixed | beta |
JDK-2033494 | 1.3.1 | Jon Ellis | P4 | Resolved | Fixed | ladybird |
Name: stC104175 Date: 04/17/2000
Java HotSport(TM) Client VM (1.3.0rc3, mixed mode, build Z)
In the rc3 u optimized the getString(int)-method of the
sun.jdbc.odbc.JdbcOdbcResultSet-class to create the byte-Array where the
database field content gets read into only if this field isn't empty or null.
Well done, but u did forget to make the method
public String BytesToChars(String s, byte abyte0[]) in the super class
JdbcOdbcObject
accept a null parameter for the byte array.
Now we always get a NullPointerException trying to read an empty String-Field.
(Review ID: 103776)
======================================================================
- backported by
-
JDK-2033494 JdbcOdbcResultSet.getString(int) is broken
-
- Resolved
-
-
JDK-2033495 JdbcOdbcResultSet.getString(int) is broken
-
- Resolved
-