Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 79045 invoked from network); 15 Nov 2006 22:36:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2006 22:36:02 -0000 Received: (qmail 27319 invoked by uid 500); 15 Nov 2006 22:36:12 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 27304 invoked by uid 500); 15 Nov 2006 22:36:12 -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 27290 invoked by uid 99); 15 Nov 2006 22:36:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 14:36:12 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 14:36:01 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98723714328 for ; Wed, 15 Nov 2006 14:35:41 -0800 (PST) Message-ID: <6893589.1163630141621.JavaMail.jira@brutus> Date: Wed, 15 Nov 2006 14:35:41 -0800 (PST) From: "Thomas Fischer (JIRA)" To: torque-dev@db.apache.org Subject: [jira] Resolved: (TORQUE-64) Bugs in Torque-44 patch / Test-project fixes In-Reply-To: <29801845.1163113477216.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 [ http://issues.apache.org/jira/browse/TORQUE-64?page=all ] Thomas Fischer resolved TORQUE-64. ---------------------------------- Resolution: Fixed applied rest of the patch. > Bugs in Torque-44 patch / Test-project fixes > -------------------------------------------- > > Key: TORQUE-64 > URL: http://issues.apache.org/jira/browse/TORQUE-64 > Project: Torque > Issue Type: Bug > Components: Generator, Test Project > Affects Versions: 3.3 > Reporter: CG Monroe > Assigned To: Thomas Fischer > Priority: Blocker > Fix For: 3.3 > > Attachments: Torque-64.zip > > > This patch fixes several things: > First, it fixes some bugs in the Torque-44 patch that support the > torque.deprecated.uppercasePeer property. There are some mistakes in > it that cause invalid/unusable object to be created. > Next, it fixes a problem with the test-schema.xml schema and MySQL 4.0. > A column was defined as Varchar and a length of 2000. This was illegal > in MySQL 4.0, so the column has been redefined as LONGVARCHAR. > Finally, it updates a couple of the Test-Project test cases to > support both types of Peer names. > Files specific changes: > MapBuilder.vm: > Velocity logical expression was ! value and needed to be value. > Peer.vm > If uppercase column names was desired, the string value for the > name would have a } tacked on the end. > test-schema.xml > Changed type="Varchar" size="2000" to type="longvarchar" size="2000" > DatabaseMapTest.java > Checks for upper case column names if mixed case not found. > OMByNameMethodsText.java > Uses Type*PEER column names to test with rather than hard coded names. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org