Author: tfischer
Date: Thu Aug 16 13:23:33 2012
New Revision: 1373821
URL: http://svn.apache.org/viewvc?rev=1373821&view=rev
Log:
Update outdated info
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/other/database-howtos/hsqldb-howto.xml
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/other/database-howtos/hsqldb-howto.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/other/database-howtos/hsqldb-howto.xml?rev=1373821&r1=1373820&r2=1373821&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/other/database-howtos/hsqldb-howto.xml
(original)
+++
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/other/database-howtos/hsqldb-howto.xml
Thu Aug 16 13:23:33 2012
@@ -30,26 +30,12 @@
This document contains hints for using Torque with HSQLDB.
</section>
- <section name="HSQLDB 1.7.x">
+ <section name="HSQLDB 1.x">
<p>
- In Torque 3.3, the drop table statement was changed from
+ Torque 4 was tested against hsqldb 2.2.6.
+ It is unknown whether Torque 4 still works with hsqldb 1.x.-
</p>
-
-<source>
-drop table $table.Name if exists;</source>
-
- <p>
- to
- </p>
-
-<source>
-drop table $table.Name if exists CASCADE;</source>
-
- <p>
- This does not work with HSQLDB 1.7.x any more.
- </p>
-
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]