Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 58325 invoked from network); 11 Oct 2007 13:54:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2007 13:54:39 -0000 Received: (qmail 1081 invoked by uid 500); 11 Oct 2007 13:54:26 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 1059 invoked by uid 500); 11 Oct 2007 13:54:26 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 1048 invoked by uid 99); 11 Oct 2007 13:54:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 06:54:26 -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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 13:54:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 37B821A9832; Thu, 11 Oct 2007 06:54:18 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583825 - /db/derby/docs/trunk/src/ref/rrefsqlj13590.dita Date: Thu, 11 Oct 2007 13:54:17 -0000 To: derby-commits@db.apache.org From: tmnk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071011135418.37B821A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tmnk Date: Thu Oct 11 06:54:17 2007 New Revision: 583825 URL: http://svn.apache.org/viewvc?rev=583825&view=rev Log: - DERBY-3121 The description of CONSTRAINT clause in reference manual seems to have error - Patch by Kim Haase (camilla dot haase at sun dot com) Modified: db/derby/docs/trunk/src/ref/rrefsqlj13590.dita Modified: db/derby/docs/trunk/src/ref/rrefsqlj13590.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqlj13590.dita?rev=583825&r1=583824&r2=583825&view=diff ============================================================================== --- db/derby/docs/trunk/src/ref/rrefsqlj13590.dita (original) +++ db/derby/docs/trunk/src/ref/rrefsqlj13590.dita Thu Oct 11 06:54:17 2007 @@ -178,7 +178,7 @@ dependent tables for foreign key constraints. If any row in a dependent table violates a foreign key constraint, the transaction is rolled back.

If the update rule is NO ACTION, checks -the dependent tables for foreign key constraints after all deletes +the dependent tables for foreign key constraints after all updates have been executed but before triggers have been executed. If any row in a dependent table violates a foreign key constraint, the statement is rejected.

When a value in a column of the dependent table is updated, and that value is part