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 B09978A65 for ; Fri, 12 Aug 2011 10:39:27 +0000 (UTC) Received: (qmail 47387 invoked by uid 500); 12 Aug 2011 10:39:25 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 46460 invoked by uid 500); 12 Aug 2011 10:38:58 -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 46405 invoked by uid 99); 12 Aug 2011 10:38:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 10:38:52 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 10:38:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5AB4BB9514 for ; Fri, 12 Aug 2011 10:38:27 +0000 (UTC) Date: Fri, 12 Aug 2011 10:38:27 +0000 (UTC) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Message-ID: <1440388976.32827.1313145507367.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DERBY-735) Need implementation for `ON UPDATE CASCADE` MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-735: ---------------------------------- Assignee: (was: Sylvain Leroux) Unassigning due to inactivity. Sylvain, if you still want to work on this feel free to reassign it you yourself. > Need implementation for `ON UPDATE CASCADE` > ------------------------------------------- > > Key: DERBY-735 > URL: https://issues.apache.org/jira/browse/DERBY-735 > Project: Derby > Issue Type: Improvement > Components: SQL > Affects Versions: 10.1.2.1 > Environment: Gentoo Linux, JDK 1.5.0_04 > Reporter: Igor Galchevsky > > Ifound no chance to implement such statement in derby > CREATE TABLE A ( > ax INTEGER NOT NULL, > PRIMARY KEY(ax) > ); > CREATE TABLE B ( > > bx INTEGER NOT NULL, > > FOREIGN KEY (bx) REFERENCES A (ax) > ON UPDATE CASCADE -- can't make this work > ON DELETE CASCADE > ); > Seems `ON UPDATE CASCADE` does not implemented in derby yet. > P.S. I found this working in HSQL, M$SQL, PostgreSQL... but not in > debry :( -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira