Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 75798 invoked from network); 10 Mar 2006 18:31:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Mar 2006 18:31:02 -0000 Received: (qmail 89125 invoked by uid 500); 10 Mar 2006 18:31:01 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 89055 invoked by uid 500); 10 Mar 2006 18:31:00 -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 89045 invoked by uid 99); 10 Mar 2006 18:31:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Mar 2006 10:31:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Mar 2006 10:31:00 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3F6A4D49FA for ; Fri, 10 Mar 2006 18:30:39 +0000 (GMT) Message-ID: <643935424.1142015439257.JavaMail.jira@ajax> Date: Fri, 10 Mar 2006 18:30:39 +0000 (GMT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-1098) isDefinitelyWritable on client returns true where embedded returns false MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N isDefinitelyWritable on client returns true where embedded returns false ------------------------------------------------------------------------ Key: DERBY-1098 URL: http://issues.apache.org/jira/browse/DERBY-1098 Project: Derby Type: Bug Components: JDBC, Network Client Versions: 10.2.0.0 Environment: Solaris 10/x86, Sun Java 1.4.2 Reporter: Dag H. Wanvik Priority: Minor ResultSetMetaData#isDefinitelyWritable on the client does the same test as isWritable. The embedded driver is more pessimistic, and always returns false. The comment is the embedded code says: // we just don't know if it is a base table column or not For the present implementation of updatable result set (forward only), under which conditions would the update fail? Or is the client correct correct here? -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira