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 2011/06/25 20:40:22 UTC

svn commit: r1139587 - /db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml

Author: tfischer
Date: Sat Jun 25 18:40:22 2011
New Revision: 1139587

URL: http://svn.apache.org/viewvc?rev=1139587&view=rev
Log:
improved description for test table

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=1139587&r1=1139586&r2=1139587&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 Jun 25 18:40:22 2011
@@ -269,7 +269,7 @@
   </table>
 
 
-  <table name="INHERITANCE_TEST" description="Table to test inheritance">
+  <table name="INHERITANCE_TEST" description="Table to test inheritance with mapped keys">
     <column
       name="INHERITANCE_TEST"
       required="true"
@@ -322,7 +322,7 @@
     />
   </table>
 
-  <table name="INHERITANCE_CLASSNAME_TEST" description="Table to test inheritance">
+  <table name="INHERITANCE_CLASSNAME_TEST" description="Table to test inheritance with classnames stored in the inheritance column">
     <column
       name="INHERITANCE_TEST"
       required="true"



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