Author: tfischer
Date: Fri Mar 5 19:57:25 2010
New Revision: 919574
URL: http://svn.apache.org/viewvc?rev=919574&view=rev
Log:
commented external schema while it is not yet supported
Modified:
db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml
Modified: db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml?rev=919574&r1=919573&r2=919574&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml
(original)
+++ db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml Fri Mar
5 19:57:25 2010
@@ -76,7 +76,8 @@
</table>
<!-- reference to external schema -->
- <table name="ext_schema">
+ <!-- TODO: uncomment once external schemata are working -->
+ <!-- table name="ext_schema">
<column name="ext_schema_id" required="true" primaryKey="true"
type="INTEGER"/>
<column name="ext_id" type="INTEGER"/>
<column name="test" required="true" type="INTEGER"/>
@@ -97,7 +98,7 @@
<foreign-key foreignTable="extext">
<reference local="extext_id" foreign="extext_id"/>
</foreign-key>
- </table>
+ </table-->
<!-- TRQS118 primary key of type FLOAT -->
<table name="float_pk">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]