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]
