Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F8E99E2C for ; Tue, 19 Jun 2012 04:02:38 +0000 (UTC) Received: (qmail 99397 invoked by uid 500); 19 Jun 2012 04:02:37 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 99300 invoked by uid 500); 19 Jun 2012 04:02:36 -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 99274 invoked by uid 500); 19 Jun 2012 04:02:35 -0000 Received: (qmail 99259 invoked by uid 99); 19 Jun 2012 04:02:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 04:02:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 19 Jun 2012 04:02:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 26F072388D3C; Tue, 19 Jun 2012 04:02:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1351565 - /db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml Date: Tue, 19 Jun 2012 04:02:12 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120619040212.26F072388D3C@eris.apache.org> Author: tfischer Date: Tue Jun 19 04:02:11 2012 New Revision: 1351565 URL: http://svn.apache.org/viewvc?rev=1351565&view=rev Log: remove enumeration from changes.xml (will break changes report generation) Modified: db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml Modified: db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml?rev=1351565&r1=1351564&r2=1351565&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml (original) +++ db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml Tue Jun 19 04:02:11 2012 @@ -62,20 +62,12 @@ Changed Type Mappings for Sybase: -
    -
  • - Torque type TIME is now mapped to SQL type TIME - (was: SQL type TIMESTAMP) -
  • -
  • - Torque type CLOB is now mapped to SQL type TEXT - (was: SQL type CLOB, which does not exist in Sybase) -
  • -
  • - Torque type BLOB is now mapped to SQL type IMAGE - (was: SQL type BLOB, which does not exist in Sybase) -
  • -
+ Torque type TIME is now mapped to SQL type TIME + (was: SQL type TIMESTAMP) + Torque type CLOB is now mapped to SQL type TEXT + (was: SQL type CLOB, which does not exist in Sybase) + Torque type BLOB is now mapped to SQL type IMAGE + (was: SQL type BLOB, which does not exist in Sybase)
Criterions with an integer value will now be set using --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org