Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 63787 invoked from network); 6 Jun 2005 19:21:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 19:21:09 -0000 Received: (qmail 21553 invoked by uid 500); 6 Jun 2005 19:21:05 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 21472 invoked by uid 500); 6 Jun 2005 19:21:05 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 21267 invoked by uid 99); 6 Jun 2005 19:21:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 12:21:00 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0DFDD19C for ; Mon, 6 Jun 2005 17:32:46 +0200 (CEST) Message-ID: <251000297.1118071966055.JavaMail.jira@ajax.apache.org> Date: Mon, 6 Jun 2005 17:32:46 +0200 (CEST) From: "Jack Klebanoff (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-14) Triggers do not evaluate functions in VALUES trigger actions. In-Reply-To: <1211699576.1096484192194.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-14?page=all ] Jack Klebanoff closed DERBY-14: ------------------------------- > Triggers do not evaluate functions in VALUES trigger actions. > ------------------------------------------------------------- > > Key: DERBY-14 > URL: http://issues.apache.org/jira/browse/DERBY-14 > Project: Derby > Type: Bug > Components: SQL > Versions: 10.0.2.0 > Reporter: Ramandeep Kaur > Priority: Minor > Fix For: 10.0.2.0 > > Opening this bug on behalf of Jack Klebanoff. > --------------------------------------------------------- > If a trigger is created with > CREATE TRIGGER T ... VALUES( fn()) > The function fn is not called even if the trigger event > happens. Side effects of the function will not happen. > Derby does not allow CALL statements in trigger actions. > In Derby, one has to use a VALUES statement and depend on function side effects. -- 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