Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 25552 invoked from network); 22 Jun 2006 14:20:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 14:20:58 -0000 Received: (qmail 68950 invoked by uid 500); 22 Jun 2006 14:20:57 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68918 invoked by uid 500); 22 Jun 2006 14:20:57 -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 68908 invoked by uid 99); 22 Jun 2006 14:20:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 07:20:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 07:20:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94D00410006 for ; Thu, 22 Jun 2006 14:19:30 +0000 (GMT) Message-ID: <14134055.1150985970606.JavaMail.jira@brutus> Date: Thu, 22 Jun 2006 14:19:30 +0000 (GMT+00:00) From: "Fernanda Pizzorno (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1313) SUR: Use DRDA's extended diagnostic to send ROW_UPDATED and ROW_DELETED warnings. In-Reply-To: <2924618.1147267864836.JavaMail.jira@brutus> 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 [ http://issues.apache.org/jira/browse/DERBY-1313?page=all ] Fernanda Pizzorno updated DERBY-1313: ------------------------------------- Attachment: derby-1313v1.pdf The attached document (derby-1313v1.pdf) contains a short description of the work done in DERBY-1313 and DERBY-1374, and some thoughts of what is needed in order to extend this work to cover other warnings and exception. > SUR: Use DRDA's extended diagnostic to send ROW_UPDATED and ROW_DELETED warnings. > --------------------------------------------------------------------------------- > > Key: DERBY-1313 > URL: http://issues.apache.org/jira/browse/DERBY-1313 > Project: Derby > Type: Bug > Components: JDBC > Reporter: Fernanda Pizzorno > Assignee: Fernanda Pizzorno > Attachments: derby-1313.diff, derby-1313.stat, derby-1313v1.pdf, derby-1313v2.diff, derby-1313v2.stat, derby-1313v3.diff, derby-1313v3.stat > > Detectability of own changes is implemented in the client using warnings cf the write-up for DERBY-775. When a row has been deleted and/or updated, a warning will be sent to the client to indicate that fact. Presently, only one warning can be sent each time a data row is sent from to the client, that means that some warnings may be lost. Using extended diagnostic allows us to send several warnings for each data row. > I propose to use extended diagnostics to send ROW_UPDATED and ROW_DELETED warnings when necessary. This may later be extended for other warnings, but I do not plan to do it as a part of the work in this issue. -- 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