I'd like to resubmit this very simple patch-- I'm using hsql
in server mode and in order to run newapp.sh more than
once, I need the script to automatically delete pre-existing
tables. (Not a problem when running hsql in-memory)
-tim
Index: drop
===================================================================
RCS file:
/products/cvs/turbine/turbine/src/java/org/apache/turbine/tools/torque/config/db/hypersonic/drop,v
retrieving revision 1.3
diff -u -r1.3 drop
--- drop 2000/07/27 01:37:13 1.3
+++ drop 2000/09/04 21:45:28
@@ -0,0 +1 @@
+drop table $table;
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]