Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 69344 invoked from network); 12 Feb 2005 11:37:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Feb 2005 11:37:23 -0000 Received: (qmail 27034 invoked by uid 500); 12 Feb 2005 11:37:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26928 invoked by uid 500); 12 Feb 2005 11:37:17 -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 26908 invoked by uid 99); 12 Feb 2005 11:37:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 12 Feb 2005 03:37:17 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j1CBbEMj028104 for ; Sat, 12 Feb 2005 12:37:14 +0100 Message-ID: <1136363783.1108208234177.JavaMail.jira@ajax.apache.org> Date: Sat, 12 Feb 2005 12:37:14 +0100 (CET) From: "Thomas Fischer (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-143) ResultSetMetaData.isReadOnly() also returns wrong results 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 ResultSetMetaData.isReadOnly() also returns wrong results --------------------------------------------------------- Key: DERBY-143 URL: http://issues.apache.org/jira/browse/DERBY-143 Project: Derby Type: Sub-task Components: JDBC Versions: 10.0.2.1 Environment: Using DB2 universal driver with standalone derby server Reporter: Thomas Fischer 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.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