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/23 14:03:45 UTC

svn commit: r1138844 - /db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd

Author: tfischer
Date: Thu Jun 23 12:03:45 2011
New Revision: 1138844

URL: http://svn.apache.org/viewvc?rev=1138844&view=rev
Log:
TORQUE-128: fix description of autoincrement attribute in the schema

Modified:
    db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd

Modified: db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd?rev=1138844&r1=1138843&r2=1138844&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd (original)
+++ db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd Thu Jun 23 12:03:45 2011
@@ -489,7 +489,9 @@ The default column value
                   type="xs:boolean" default="false" >
       <xs:annotation>
         <xs:documentation xml:lang="en">
-Is this column a primary key or not (true or false, defaults to false)
+Whether the id method for the table (see idMethod) should be applied
+to this column. Defaults to true for primary key columns and has no effect
+on columns which are not part of the table's primary key.
         </xs:documentation>
       </xs:annotation>
     </xs:attribute>



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