Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 54236 invoked from network); 27 Apr 2007 08:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2007 08:12:36 -0000 Received: (qmail 64142 invoked by uid 500); 27 Apr 2007 08:12:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 63926 invoked by uid 500); 27 Apr 2007 08:12: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 63917 invoked by uid 99); 27 Apr 2007 08:12:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2007 01:12: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; Fri, 27 Apr 2007 01:12:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B9AA714075 for ; Fri, 27 Apr 2007 01:12:15 -0700 (PDT) Message-ID: <12225517.1177661535283.JavaMail.jira@brutus> Date: Fri, 27 Apr 2007 01:12:15 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-2597) Language result sets should not reuse current isolation level across executions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Language result sets should not reuse current isolation level across executions ------------------------------------------------------------------------------- Key: DERBY-2597 URL: https://issues.apache.org/jira/browse/DERBY-2597 Project: Derby Issue Type: Sub-task Affects Versions: 10.3.0.0 Reporter: Knut Anders Hatlen Assigned To: Knut Anders Hatlen Some of the language result sets cache the current isolation level in their constructors. To allow reuse of the result sets, they should check the isolation level each time they are opened. Currently, this affects HashScanResultSet, TableScanResultSet, LastIndexKeyResultSet and UpdateResultSet (and their sub-classes). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.