From torque-dev-return-9794-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Fri Sep 10 03:09:23 2010 Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 94343 invoked from network); 10 Sep 2010 03:09:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 03:09:22 -0000 Received: (qmail 19263 invoked by uid 500); 10 Sep 2010 03:09:22 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 19174 invoked by uid 500); 10 Sep 2010 03:09:21 -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 19166 invoked by uid 500); 10 Sep 2010 03:09:20 -0000 Received: (qmail 19163 invoked by uid 99); 10 Sep 2010 03:09:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 03:09:20 +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; Fri, 10 Sep 2010 03:09:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E41C623888C2; Fri, 10 Sep 2010 03:08:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r995651 - /db/torque/torque4/trunk/torque-site/src/changes/changes.xml Date: Fri, 10 Sep 2010 03:08:59 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100910030859.E41C623888C2@eris.apache.org> Author: tfischer Date: Fri Sep 10 03:08:59 2010 New Revision: 995651 URL: http://svn.apache.org/viewvc?rev=995651&view=rev Log: update changes.xml Modified: db/torque/torque4/trunk/torque-site/src/changes/changes.xml Modified: db/torque/torque4/trunk/torque-site/src/changes/changes.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/changes/changes.xml?rev=995651&r1=995650&r2=995651&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-site/src/changes/changes.xml (original) +++ db/torque/torque4/trunk/torque-site/src/changes/changes.xml Fri Sep 10 03:08:59 2010 @@ -24,6 +24,14 @@ + + Remove support for value 'null' of idMethod attribute + of the table element in the schema.xml. + + + Rewritten generator as a general code generation tool + which allows easy customizing of templates. + Made TorqueException and EngineException extend JDK-1.4-Exception instead of commons-lang NestableException. @@ -38,7 +46,7 @@ Changed the exception type thrown by doSelect calls when Criteria.isSingleRecord() true and more than one record is found. - A TooManyRecordsException (ToqueException subclass) is now returned + A TooManyRecordsException (TorqueException subclass) is now returned instead of a TorqueException. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org