Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 82304 invoked from network); 19 Jul 2006 04:49:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 04:49:57 -0000 Received: (qmail 61345 invoked by uid 500); 19 Jul 2006 04:49:56 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 61262 invoked by uid 500); 19 Jul 2006 04:49:56 -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 61251 invoked by uid 99); 19 Jul 2006 04:49:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2006 21:49:56 -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.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2006 21:49:55 -0700 Received: by ug-out-1314.google.com with SMTP id m2so144655uge for ; Tue, 18 Jul 2006 21:49:34 -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=BvHxFw9PF55vi9Ch+gPtPTKTV6qh3xVbZ9q5W83qkuQqwTy9vZ0dh8IKtvWuOR27I04/D0mAbqrbMiKNhHnwjlThUf2IrusMzkprPzovo6UX6cCKnd+w3uxOb64KRCTTmBdBOXQ7ynTeItdrc4CywAmSfB8lYmxzlBqdNE83E+o= Received: by 10.66.244.10 with SMTP id r10mr278834ugh; Tue, 18 Jul 2006 21:49:34 -0700 (PDT) Received: by 10.67.97.10 with HTTP; Tue, 18 Jul 2006 21:49:33 -0700 (PDT) Message-ID: <224f32340607182149n4c298a3eh40125dce7ef638a5@mail.gmail.com> Date: Tue, 18 Jul 2006 21:49:33 -0700 From: "Thomas Dudziak" To: ddlutils-user@db.apache.org Subject: Re: How does the xml present scale for numeric columns? 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: <224f32340607180005m63d0dd1et18f98e31eca62e3f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/18/06, Jun Li wrote: > But I still don't see any scale in the xml generated, and it turned out to > be that DdlUtils did not include scale in the column size mapping. > > The mapping.xml needs to be updated. Actually it has nothing to do with the mapping (as there is no attribute in the XML specifically for the scale). Rather, it was a bug in the Column class which I just fixed (see http://issues.apache.org/jira/browse/DDLUTILS-114 for the issue that I fixed). Tom