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 9171210A15 for ; Wed, 23 Oct 2013 11:29:50 +0000 (UTC) Received: (qmail 13775 invoked by uid 500); 23 Oct 2013 11:29:48 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 13728 invoked by uid 500); 23 Oct 2013 11:29:46 -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 13685 invoked by uid 99); 23 Oct 2013 11:29:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 11:29:44 +0000 Date: Wed, 23 Oct 2013 11:29:44 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-534) Support use of the WHEN clause in CREATE TRIGGER statements 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-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802808#comment-13802808 ] ASF subversion and git services commented on DERBY-534: ------------------------------------------------------- Commit 1534988 from [~knutanders] in branch 'code/trunk' [ https://svn.apache.org/r1534988 ] DERBY-534: Support use of the WHEN clause in CREATE TRIGGER statements Add dblook support for triggers with a WHEN clause. > Support use of the WHEN clause in CREATE TRIGGER statements > ----------------------------------------------------------- > > Key: DERBY-534 > URL: https://issues.apache.org/jira/browse/DERBY-534 > Project: Derby > Issue Type: Improvement > Components: SQL > Reporter: Kristian Waagan > Assignee: Knut Anders Hatlen > Priority: Minor > Labels: derby_triage10_11 > Attachments: derby-534-01-a-syntax.diff, derby-534-02-a-refactor.diff, derby-534-03-a-npe-testcase.diff, derby-534-04-a-referencing.diff, derby-534-05-a-generated-cols.diff, derby-534-06-a-temptables.diff, derby-534-07-a-more-restrictions.diff, derby-534-08-a-test-invalidation.diff, derby-534-09-a-drop-column-deps.diff, derby-534-09-b-drop-column-deps.diff, derby-534-10-a-get-sps.diff, derby-534-11-a-more-tests.diff, derby-534-12-a-subquery-npe.diff, derby-534-13-a-dblook.diff, parser.diff, WhenClause.html, WhenClause.html, WhenClause.html, WhenClause.html > > > Support use of the WHEN clause in CREATE TRIGGER statements. The clause is described in the SQL standard (2003) in chapter "11.39 " under "". > There are traces in the code that suggests some work has been done on this earlier. If anyone knows something about this, please add a comment to this issue. -- This message was sent by Atlassian JIRA (v6.1#6144)