
| Key: |
DERBY-21
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Ramandeep Kaur
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
24/Nov/04 12:26 AM
|
|
Opening this bug on behalf of Daniel Debrunner.
-------------------------------------------------------------
ResultsetMetaData.getColumnClassName() for CLOB and BLOB
datatypes is incorrect.
BLOB: CLOB:
jcc: java.sql.Blob java.sql.Clob
Derby: byte[] java.lang.String
Derby's embedded JDBC driver returns the incorrect class
names for BLOB and CLOB columns in a ResultSet when using the
ResultSetMetaData.getColumnClassName() method. Note that the
ResultSet.getObject() method calls are not currently supported
for BLOB and CLOB.
|
|
Description
|
Opening this bug on behalf of Daniel Debrunner.
-------------------------------------------------------------
ResultsetMetaData.getColumnClassName() for CLOB and BLOB
datatypes is incorrect.
BLOB: CLOB:
jcc: java.sql.Blob java.sql.Clob
Derby: byte[] java.lang.String
Derby's embedded JDBC driver returns the incorrect class
names for BLOB and CLOB columns in a ResultSet when using the
ResultSetMetaData.getColumnClassName() method. Note that the
ResultSet.getObject() method calls are not currently supported
for BLOB and CLOB. |
Show » |
| There are no subversion log entries for this issue yet.
|
|