Author: tfischer
Date: Sat Sep 25 19:52:03 2010
New Revision: 1001310

URL: http://svn.apache.org/viewvc?rev=1001310&view=rev
Log:
add a test table for skipSql

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=1001310&r1=1001309&r2=1001310&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 Sat Sep 
25 19:52:03 2010
@@ -503,4 +503,13 @@ Column.getJavaObject() not implimented f
     <column name="TYPE" type="INTEGER" javaType="primitive" />
   </table>
   
+  <table name="SKIP_SQL" skipSql="true" description="table without SQL">
+    <column name="ID" primaryKey="true" type="INTEGER"  description="table 
without SQL"/>
+    <column name="FK" required="true" type="VARCHAR" size="30" />
+    <foreign-key foreignTable="varchar_pk">
+      <reference 
+        local="FK" 
+        foreign="test_key"/>
+    </foreign-key>
+  </table>
 </database>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to