Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 22380 invoked from network); 20 Apr 2006 20:03:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2006 20:03:45 -0000 Received: (qmail 72686 invoked by uid 500); 20 Apr 2006 20:03:45 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 72661 invoked by uid 500); 20 Apr 2006 20:03:44 -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 72647 invoked by uid 99); 20 Apr 2006 20:03:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 13:03:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tomdzk@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO uproxy.gmail.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 13:03:43 -0700 Received: by uproxy.gmail.com with SMTP id m3so216498ugc for ; Thu, 20 Apr 2006 13:03:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HZhBU4nWrvy3zGGmnnGKx3//yi46TY30zWC4VxLI74984YsgAWi89VaWrh+4PTPcG2Qnq84r2eAKu1POL9QEZP9s8LOmEtdO14UmpkudA8JgjWdZw8ETsd3G8Zp6Ojay5EsUjEwS8Y0aUFBdtbeF9QHuVDn3D/wr6XIG4+twWDQ= Received: by 10.78.48.16 with SMTP id v16mr52271huv; Thu, 20 Apr 2006 13:03:21 -0700 (PDT) Received: by 10.78.32.5 with HTTP; Thu, 20 Apr 2006 13:03:21 -0700 (PDT) Message-ID: <224f32340604201303n4a3eab35g49231f1734e99d1a@mail.gmail.com> Date: Thu, 20 Apr 2006 22:03:21 +0200 From: "Thomas Dudziak" To: ddlutils-dev@db.apache.org Subject: Re: Running Code Analyzer In-Reply-To: <44477437.4030703@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <444760D9.6050008@gmx.at> <224f32340604200433m597be032s9256b425d9530416@mail.gmail.com> <44477437.4030703@gmx.at> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/20/06, Tom Schindl wrote: > yes I understand. Attached is the patch to the questionable missing > break which is when missining intentional strange and should at least be > documented. Thanks, is fixed in SVN > One more question I don't see any code that deals with the situations > where one changes e.g. the name of column/table, removes a column/table, > ... which is referenced in indices, foreign keys, ... . I'm not exactly sure what you mean ? Tom