Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 58368 invoked from network); 8 May 2007 11:26:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2007 11:26:36 -0000 Received: (qmail 51821 invoked by uid 500); 8 May 2007 11:26:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 51795 invoked by uid 500); 8 May 2007 11:26:42 -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: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 51775 invoked by uid 99); 8 May 2007 11:26:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 04:26:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 04:26:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7FD99714062 for ; Tue, 8 May 2007 04:26:15 -0700 (PDT) Message-ID: <10385473.1178623575521.JavaMail.jira@brutus> Date: Tue, 8 May 2007 04:26:15 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2604) Implement Clob support for locators In-Reply-To: <573529.1178195715363.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494262 ] Knut Anders Hatlen commented on DERBY-2604: ------------------------------------------- Thanks Narayanan! You might also want to check whether some of the comments above are valid for the other ClobLocator streams/readers/writers. I noticed that ClobLocator{Reader,Writer} check whether the object is closed, whereas ClobLocator{Input,Output}Stream don't. Is there any reason for this? ClobLocatorOutputStream.writeBytes() has this line: String clobStr = new String(b); Should it also have specified the encoding? Perhaps it would be easier to make ClobLocatorInputStream a wrapper around ClobLocatorReader, and ClobLocatorOutputStream a wrapper around ClobLocatorWriter? > Implement Clob support for locators > ----------------------------------- > > Key: DERBY-2604 > URL: https://issues.apache.org/jira/browse/DERBY-2604 > Project: Derby > Issue Type: Sub-task > Components: Network Server > Reporter: V.Narayanan > Assigned To: V.Narayanan > Attachments: ClobLocatorWork_v1.diff, ClobLocatorWork_v1.stat > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.