You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Satheesh Bandaram (JIRA)" <de...@db.apache.org> on 2004/11/24 01:31:20 UTC

[jira] Resolved: (DERBY-21) ResultsetMetaData.getColumnClassName() for CLOB and BLOB datatypes is incorrect.

     [ http://nagoya.apache.org/jira/browse/DERBY-21?page=history ]
     
Satheesh Bandaram resolved DERBY-21:
------------------------------------

     Resolution: Fixed
    Fix Version: 10.0.2.0

Submitted this patch. Thanks, Amit.

Satheesh

Sending        java\engine\org\apache\derby\iapi\types\TypeId.java
Transmitting file data .
Committed revision 106336.

> ResultsetMetaData.getColumnClassName() for CLOB and BLOB datatypes is incorrect.
> --------------------------------------------------------------------------------
>
>          Key: DERBY-21
>          URL: http://nagoya.apache.org/jira/browse/DERBY-21
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Versions: 10.0.2.0
>     Reporter: Ramandeep Kaur
>     Priority: Minor
>      Fix For: 10.0.2.0

>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira