Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 15905 invoked from network); 24 Nov 2004 00:31:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Nov 2004 00:31:32 -0000 Received: (qmail 31628 invoked by uid 500); 24 Nov 2004 00:31:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 31574 invoked by uid 500); 24 Nov 2004 00:31:26 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 31555 invoked by uid 99); 24 Nov 2004 00:31:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 23 Nov 2004 16:31:22 -0800 Received: (qmail 28581 invoked from network); 24 Nov 2004 00:31:20 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 24 Nov 2004 00:31:20 -0000 Message-ID: <1542837436.1101256280846.JavaMail.apache@nagoya> Date: Tue, 23 Nov 2004 16:31:20 -0800 (PST) From: "Satheesh Bandaram (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-21) ResultsetMetaData.getColumnClassName() for CLOB and BLOB datatypes is incorrect. In-Reply-To: <856003392.1096485272151.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ 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