Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 48767 invoked from network); 17 Jan 2009 16:44:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2009 16:44:21 -0000 Received: (qmail 39268 invoked by uid 500); 17 Jan 2009 16:44:21 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 39193 invoked by uid 500); 17 Jan 2009 16:44:21 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 39182 invoked by uid 99); 17 Jan 2009 16:44:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 08:44:21 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 16:44:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1F6AA234C4A7 for ; Sat, 17 Jan 2009 08:44:00 -0800 (PST) Message-ID: <1826349127.1232210640127.JavaMail.jira@brutus> Date: Sat, 17 Jan 2009 08:44:00 -0800 (PST) From: "Heng Chu (JIRA)" To: ddlutils-dev@db.apache.org Subject: [jira] Updated: (DDLUTILS-236) excludetables feature checks too strict In-Reply-To: <1814060585.1232209919898.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DDLUTILS-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chu updated DDLUTILS-236: ------------------------------ Attachment: ModelHelper-patch.txt Add method to check just FK to excluded tables. > excludetables feature checks too strict > --------------------------------------- > > Key: DDLUTILS-236 > URL: https://issues.apache.org/jira/browse/DDLUTILS-236 > Project: DdlUtils > Issue Type: Bug > Components: Ant Tasks > Environment: Windows > Reporter: Heng Chu > Assignee: Thomas Dudziak > Attachments: DatabaseToDdlTask-patch.txt, ModelHelper-patch.txt > > > execludetables checks foreign key integrity but the check is too strict and disallow some legit scenarios where excluded tables have foreign keys into tables *outside* the excluded ones. Note the check the other way around still should be enforced. > I have fixes and will follow up w/ patches. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.