Martin,

thanks for the patch. We favour unified diffs over context diffs.
One further request: Could you please open a request in scarab
(http://issues.apache.org/scarab/issues) and upload your patches there ?
Mailing list messages tend to be forgotten...
To upload your patch, create an account in scarab and request a role as
observer in Torque Source. It should be granted automatically. Then create
an issue, upload the patches, and finally (after you are sure everything is
in the issue) save it.

   Thanks,

         Thomas

Martin Kal�n <[EMAIL PROTECTED]> schrieb am 16.03.2005 21:24:36:

> Martin Kal�n wrote:
> > Attached platform patch
>
> ...is re-attached with unified diff instead, as context diffs are
> probably not that popular (but please let me know which format you
prefer).
>
> Regards,
>   Martin
> Index:
src/java/org/apache/torque/engine/platform/PlatformHypersonicImpl.java
> ===================================================================
> RCS file: /home/cvs/db-
>
torque/src/generator/src/java/org/apache/torque/engine/platform/PlatformHypersonicImpl.

> java,v
> retrieving revision 1.5
> diff -u -r1.5 PlatformHypersonicImpl.java
> ---
> src/java/org/apache/torque/engine/platform/PlatformHypersonicImpl.
> java   22 Feb 2004 06:27:19 -0000   1.5
> +++
> src/java/org/apache/torque/engine/platform/PlatformHypersonicImpl.
> java   16 Mar 2005 20:23:00 -0000
> @@ -1,7 +1,7 @@
>  package org.apache.torque.engine.platform;
>
>  /*
> - * Copyright 2003,2004 The Apache Software Foundation.
> + * Copyright 2003-2005 The Apache Software Foundation.
>   *
>   * Licensed under the Apache License, Version 2.0 (the "License");
>   * you may not use this file except in compliance with the License.
> @@ -20,7 +20,7 @@
>  import org.apache.torque.engine.database.model.SchemaType;
>
>  /**
> - * Hypersonic Platform implementation.
> + * HSQLDB (formerly known as Hypersonic) Platform implementation.
>   *
>   * @author <a href="mailto:[EMAIL PROTECTED]">Martin Poeschl</a>
>   * @version $Id: PlatformHypersonicImpl.java,v 1.5 2004/02/22 06:
> 27:19 jmcnally Exp $
> @@ -45,6 +45,7 @@
>          setSchemaDomainMapping(new Domain(SchemaType.BOOLEANCHAR,
> "VARCHAR"));
>          setSchemaDomainMapping(new Domain(SchemaType.LONGVARCHAR,
> "VARCHAR"));
>          setSchemaDomainMapping(new Domain(SchemaType.VARBINARY,
"BINARY"));
> +        setSchemaDomainMapping(new Domain(SchemaType.BLOB, "BINARY"));
>      }
>
>  }
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to