Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 14722 invoked from network); 14 Feb 2011 21:34:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Feb 2011 21:34:24 -0000 Received: (qmail 12081 invoked by uid 500); 14 Feb 2011 21:34:24 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 11889 invoked by uid 500); 14 Feb 2011 21:34:23 -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 11882 invoked by uid 99); 14 Feb 2011 21:34:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 21:34:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 21:34:22 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CA40D1A5C00 for ; Mon, 14 Feb 2011 21:34:02 +0000 (UTC) Date: Mon, 14 Feb 2011 21:34:02 +0000 (UTC) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Message-ID: <371804153.15861.1297719242825.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (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-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-1098: ---------------------------------- Urgency: Low Labels: derby_triage10_8 (was: ) Triage for 10.8. I tend to think the client should at be at least as pessimistic as embedded, but don't know if embedded is being too pessimistic. > isDefinitelyWritable on client returns true where embedded returns false > ------------------------------------------------------------------------ > > Key: DERBY-1098 > URL: https://issues.apache.org/jira/browse/DERBY-1098 > Project: Derby > Issue Type: Bug > Components: JDBC, Network Client > Affects Versions: 10.2.1.6 > Environment: Solaris 10/x86, Sun Java 1.4.2 > Reporter: Dag H. Wanvik > Priority: Minor > Labels: derby_triage10_8 > > 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. - For more information on JIRA, see: http://www.atlassian.com/software/jira