From ddlutils-user-return-429-apmail-db-ddlutils-user-archive=db.apache.org@db.apache.org Wed Jul 19 16:39:29 2006 Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 88051 invoked from network); 19 Jul 2006 16:39:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 16:39:29 -0000 Received: (qmail 21782 invoked by uid 500); 19 Jul 2006 16:39:29 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 21700 invoked by uid 500); 19 Jul 2006 16:39:28 -0000 Mailing-List: contact ddlutils-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-user@db.apache.org Delivered-To: mailing list ddlutils-user@db.apache.org Received: (qmail 21682 invoked by uid 99); 19 Jul 2006 16:39:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 09:39:28 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,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 ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 09:39:27 -0700 Received: by ug-out-1314.google.com with SMTP id m2so406602uge for ; Wed, 19 Jul 2006 09:39:06 -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=UU0zDRXNS+veuqtUM2bAd7UPbD1r9LsJPF1BSdwTyr1EUh8bVdf3bFwTPIpBbz59wsHccSS0kaytdyIZKVtH76Zh07MmKqy/Pq9lVMkEW0KMHDpJ3KeB6k8kRBJP48x/NIJGa9u3Tel9DVhvY8GrABzuP14rbaLndYHegCtnblw= Received: by 10.67.29.12 with SMTP id g12mr936358ugj; Wed, 19 Jul 2006 09:39:06 -0700 (PDT) Received: by 10.67.97.10 with HTTP; Wed, 19 Jul 2006 09:39:05 -0700 (PDT) Message-ID: <224f32340607190939s4406e20bxb21d592219c056dc@mail.gmail.com> Date: Wed, 19 Jul 2006 09:39:06 -0700 From: "Thomas Dudziak" To: ddlutils-user@db.apache.org Subject: Re: Reading In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/19/06, Obs wrote: > Can anyone explain this? I used the DatabaseIO to read in a schema I just > generated. For some reason, it's trying to read the foreign key as a > column. I'm not sure what you mean ? Could you post the original schema for the table, the generated SQL (which database is it, btw ?), and the resulting schema ? Tom