Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 17438 invoked from network); 17 Aug 2009 10:56:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Aug 2009 10:56:33 -0000 Received: (qmail 70407 invoked by uid 500); 17 Aug 2009 10:56:39 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 70360 invoked by uid 500); 17 Aug 2009 10:56:39 -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 70352 invoked by uid 99); 17 Aug 2009 10:56:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 10:56:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 10:56:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2028E234C046 for ; Mon, 17 Aug 2009 03:56:15 -0700 (PDT) Message-ID: <652711554.1250506575130.JavaMail.jira@brutus> Date: Mon, 17 Aug 2009 03:56:15 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-142) ResultSetMetaData.isReadOnly() also returns wrong results In-Reply-To: <1105404094.1108208233737.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-142: ------------------------------------- Issue & fix info: [Repro attached] Urgency: Normal Bug behavior facts: [Deviation from standard, Embedded/Client difference] > ResultSetMetaData.isReadOnly() also returns wrong results > --------------------------------------------------------- > > Key: DERBY-142 > URL: https://issues.apache.org/jira/browse/DERBY-142 > Project: Derby > Issue Type: Sub-task > Components: JDBC > Affects Versions: 10.0.2.1 > Environment: Using DB2 universal driver with standalone derby server > Reporter: Thomas Fischer > Attachments: DerbyTest.java, DerbyTest142.java, TorqueTutorial.txt > > > ResultSetMetaData.isReadOnly() always returns true, even when writing to the table is possible. > The JDBC 2.0 spec says: "ResultSetMetaData.isReadOnly() : Indicates whether the designated column is definitely not writable.", so the method should return false for a table. > I will attach a testcase for this behaviour. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.