From Jeff@cwindustries.net Tue Apr 1 03:05:09 2003 Return-Path: Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 54430 invoked from network); 1 Apr 2003 03:05:09 -0000 Received: from rrcs-central-24-123-70-74.biz.rr.com (HELO cwindustries.net) (24.123.70.74) by daedalus.apache.org with SMTP; 1 Apr 2003 03:05:09 -0000 Received: (qmail 26575 invoked from network); 1 Apr 2003 03:05:16 -0000 Received: from ron.cwindustries.net (HELO ron) (172.16.8.11) by 0 with SMTP; 1 Apr 2003 03:05:16 -0000 Reply-To: From: "Jeff cox" To: "'Turbine Torque Users List'" Subject: project-schema.sql... DROP with casacade? Date: Mon, 31 Mar 2003 22:19:09 -0500 Message-ID: <000001c2f7fd$75c8ddc0$0b0810ac@ron> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Just curious... is there a way to get 'CASCADE' appended to the DROP statements in the generated DDL file. Most of my tables have foreign keys associated with them, and thus fail to execute when running the insert-sql build task. Alternativly, if there is a better way to handle without using CASCADE, any help would be appreciated... Jeff