Author: tfischer
Date: Sat Jun 17 11:25:15 2006
New Revision: 415042
URL: http://svn.apache.org/viewvc?rev=415042&view=rev
Log:
replaced hsqldb 1.7.x for hsqldb 7 in docs (I messed up hsqldb version numbers
in previous commit)
Modified:
db/torque/site/trunk/xdocs/changes.xml
db/torque/site/trunk/xdocs/version-specific/database-howtos/hsqldb-howto.xml
Modified: db/torque/site/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?rev=415042&r1=415041&r2=415042&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Sat Jun 17 11:25:15 2006
@@ -31,7 +31,7 @@
<action type="add" dev="tfischer" issue="TORQUE-30" due-to="Patrick Carl">
Added the CASCADE option to drop table statements for HSQLDB.
- This will not work with HSQLDB 7. Consult the HSQLDB Howto for
+ This will not work with HSQLDB 1.7. Consult the HSQLDB Howto for
information about reverting to the old behaviour.
</action>
<action type="add" dev="tfischer" issue="TORQUE-26" due-to="Greg Monroe">
Modified:
db/torque/site/trunk/xdocs/version-specific/database-howtos/hsqldb-howto.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/version-specific/database-howtos/hsqldb-howto.xml?rev=415042&r1=415041&r2=415042&view=diff
==============================================================================
---
db/torque/site/trunk/xdocs/version-specific/database-howtos/hsqldb-howto.xml
(original)
+++
db/torque/site/trunk/xdocs/version-specific/database-howtos/hsqldb-howto.xml
Sat Jun 17 11:25:15 2006
@@ -27,7 +27,7 @@
This document contains hints for using Torque with HSQLDB.
</section>
- <section name="HSQLDB 7">
+ <section name="HSQLDB 1.7.x">
<p>
In Torque 3.2.1, the drop table statement was changed from
@@ -44,8 +44,8 @@
drop table $table.Name if exists CASCADE;</source>
<p>
- This does not work with HSQLDB 7 any more. For supporting drop table
- statements in HSQLDB7, remove the "CASCADE" from the file
+ This does not work with HSQLDB 1.7.x any more. For supporting drop table
+ statements in HSQLDB 1.7.x, remove the "CASCADE" from the file
sql/base/hypersonic/drop.vm in your templates jar and repackage
the jar file.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]