Hi all,
I made a mistake in my previous patch for Torque Gen. Could this patch please be applied swiftly to correct this ?
Sorry about the error...
Regards, Serge Huber.
Index: src/generator/src/templates/sql/base/hypersonic/table.vm
===================================================================
RCS file:
/home/cvspublic/db-torque/src/generator/src/templates/sql/base/hypersonic/table.vm,v
retrieving revision 1.3
diff -u -r1.3 table.vm
--- src/generator/src/templates/sql/base/hypersonic/table.vm 24 Mar 2004 02:29:46
-0000 1.3
+++ src/generator/src/templates/sql/base/hypersonic/table.vm 25 Mar 2004 16:52:23
-0000
@@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- $table.Name
-----------------------------------------------------------------------------
-#$generator.parse("$basepath/drop.vm", "", "table", $tbl)
+$generator.parse("$basepath/drop.vm", "", "table", $tbl)
CREATE TABLE $table.Name
(
#set ( $cols = $generator.parse("$basepath/columns.vm", "", "table", $tbl) )--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
