You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2006/06/17 20:18:29 UTC

svn commit: r415041 - /db/torque/test/trunk/profile/hsqldb/project.properties

Author: tfischer
Date: Sat Jun 17 11:18:28 2006
New Revision: 415041

URL: http://svn.apache.org/viewvc?rev=415041&view=rev
Log:
included the option shutdown=true in hsqldb test profile.
Thanks to Patrick Carl for the patch.
Fixes TORQUE-29.

Modified:
    db/torque/test/trunk/profile/hsqldb/project.properties

Modified: db/torque/test/trunk/profile/hsqldb/project.properties
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/profile/hsqldb/project.properties?rev=415041&r1=415040&r2=415041&view=diff
==============================================================================
--- db/torque/test/trunk/profile/hsqldb/project.properties (original)
+++ db/torque/test/trunk/profile/hsqldb/project.properties Sat Jun 17 11:18:28 2006
@@ -25,11 +25,11 @@
 torque.generateBeans = true
 
 torque.database = hypersonic
-torque.database.createUrl = jdbc:hsqldb:sqltest
-torque.database.buildUrl = jdbc:hsqldb:sqltest
+torque.database.createUrl = jdbc:hsqldb:sqltest;shutdown=true
+torque.database.buildUrl = jdbc:hsqldb:sqltest;shutdown=true
 torque.database.driver = org.hsqldb.jdbcDriver
 torque.database.user = sa
 torque.database.password =
 
 #settings for the datadump and jdbc task
-torque.database.url = jdbc:hsqldb:sqltest
\ No newline at end of file
+torque.database.url = jdbc:hsqldb:sqltest;shutdown=true
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org