Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 56849 invoked from network); 15 Nov 2006 02:37:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2006 02:37:30 -0000 Received: (qmail 66551 invoked by uid 500); 15 Nov 2006 02:37:38 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 66518 invoked by uid 500); 15 Nov 2006 02:37:38 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 66507 invoked by uid 99); 15 Nov 2006 02:37:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 18:37:38 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [63.82.107.6] (HELO red.amberpoint.com) (63.82.107.6) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 18:37:25 -0800 Received: from [127.0.0.1] (mschilling-lap.edgility.com [10.10.11.48] (may be forged)) by red.amberpoint.com (8.12.11/8.12.11) with ESMTP id kAF2b2fH023838 for ; Tue, 14 Nov 2006 18:37:02 -0800 (PST) Message-ID: <455A7D4E.8060608@amberpoint.com> Date: Tue, 14 Nov 2006 18:37:02 -0800 From: Bryan Pendleton User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Derby Discussion Subject: drop table cascade? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I think that Derby currently does not support a CASCADE option on the DROP TABLE statement. I searched Jira and found DERBY-1631, which discusses the desire for a CASCADE option on DROP VIEW, but I could not find a Jira issue logged to request a CASCADE option on DROP TABLE. Is there such a Jira entry already logged? If not, should I log one? thanks, bryan