Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E77310BF6 for ; Thu, 5 Jun 2014 21:58:02 +0000 (UTC) Received: (qmail 28949 invoked by uid 500); 5 Jun 2014 21:58:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28920 invoked by uid 500); 5 Jun 2014 21:58:02 -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 28912 invoked by uid 99); 5 Jun 2014 21:58:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2014 21:58:02 +0000 Date: Thu, 5 Jun 2014 21:58:02 +0000 (UTC) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-6576) A immediate Fk constraint blows up iff its referenced PK is deferred and we modify a duplicate key column 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-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-6576: --------------------------------- Issue & fix info: Patch Available > A immediate Fk constraint blows up iff its referenced PK is deferred and we modify a duplicate key column > --------------------------------------------------------------------------------------------------------- > > Key: DERBY-6576 > URL: https://issues.apache.org/jira/browse/DERBY-6576 > Project: Derby > Issue Type: Bug > Components: SQL > Reporter: Dag H. Wanvik > Assignee: Dag H. Wanvik > Fix For: 10.11.0.0 > > Attachments: derby-6576-2.diff, derby-6576-3.diff, derby-6576-3.status, derby-6576-cascade-setnull.diff, derby-6576-cascade-setnull.status, derby-6576-forbid-deferred+cascade-set-null-1.diff, derby-6576-forbid-deferred+cascade-set-null-1.status, derby-6576-repeatable-read.diff, derby-6576.diff, derby-6576.status > > > Similar to the issue in DERBY-6559, except here we modify the key in the referenced table. This leads Derby to check for any referencing FK and throw, even if there are other (formerly) duplicate rows that satisfy the FK constraint. -- This message was sent by Atlassian JIRA (v6.2#6252)