Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 92927 invoked from network); 23 Nov 2010 21:57:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Nov 2010 21:57:29 -0000 Received: (qmail 94487 invoked by uid 500); 23 Nov 2010 21:58:01 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 94467 invoked by uid 500); 23 Nov 2010 21:58:01 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 94459 invoked by uid 500); 23 Nov 2010 21:58:01 -0000 Received: (qmail 94454 invoked by uid 99); 23 Nov 2010 21:58:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 21:58:01 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 21:57:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D118E238897D; Tue, 23 Nov 2010 21:56:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1038355 - /db/torque/village/trunk/src/java/com/workingdogs/village/Schema.java Date: Tue, 23 Nov 2010 21:56:25 -0000 To: torque-commits@db.apache.org From: tv@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101123215625.D118E238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tv Date: Tue Nov 23 21:56:25 2010 New Revision: 1038355 URL: http://svn.apache.org/viewvc?rev=1038355&view=rev Log: Attempt to fix case-sensitivity and Oracle metadata problems Modified: db/torque/village/trunk/src/java/com/workingdogs/village/Schema.java Modified: db/torque/village/trunk/src/java/com/workingdogs/village/Schema.java URL: http://svn.apache.org/viewvc/db/torque/village/trunk/src/java/com/workingdogs/village/Schema.java?rev=1038355&r1=1038354&r2=1038355&view=diff ============================================================================== --- db/torque/village/trunk/src/java/com/workingdogs/village/Schema.java (original) +++ db/torque/village/trunk/src/java/com/workingdogs/village/Schema.java Tue Nov 23 21:56:25 2010 @@ -32,6 +32,8 @@ import java.util.Enumeration; import java.util.Hashtable; import java.util.Iterator; import java.util.List; +import java.util.Map; +import java.util.TreeMap; /** * The Schema object represents the Columns in a database table. It contains a collection of