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 2007/10/14 11:00:15 UTC

svn commit: r584517 - in /db/torque: generator/trunk/src/dtd/database.dtd generator/trunk/xdocs/schema-reference.xml site/trunk/xdocs/changes.xml

Author: tfischer
Date: Sun Oct 14 02:00:14 2007
New Revision: 584517

URL: http://svn.apache.org/viewvc?rev=584517&view=rev
Log:
Deprecated the attribute size in the element index-column in the dtd.
Allows to resolve TORQUE-91 in the future.

Modified:
    db/torque/generator/trunk/src/dtd/database.dtd
    db/torque/generator/trunk/xdocs/schema-reference.xml
    db/torque/site/trunk/xdocs/changes.xml

Modified: db/torque/generator/trunk/src/dtd/database.dtd
URL: http://svn.apache.org/viewvc/db/torque/generator/trunk/src/dtd/database.dtd?rev=584517&r1=584516&r2=584517&view=diff
==============================================================================
--- db/torque/generator/trunk/src/dtd/database.dtd (original)
+++ db/torque/generator/trunk/src/dtd/database.dtd Sun Oct 14 02:00:14 2007
@@ -176,6 +176,8 @@
   name CDATA #IMPLIED
 >
 
+<!-- The index-column's size element is currently ignored
+     and will be removed in a further version. -->
 <!ELEMENT index-column EMPTY>
 <!ATTLIST index-column
   name CDATA #REQUIRED

Modified: db/torque/generator/trunk/xdocs/schema-reference.xml
URL: http://svn.apache.org/viewvc/db/torque/generator/trunk/xdocs/schema-reference.xml?rev=584517&r1=584516&r2=584517&view=diff
==============================================================================
--- db/torque/generator/trunk/xdocs/schema-reference.xml (original)
+++ db/torque/generator/trunk/xdocs/schema-reference.xml Sun Oct 14 02:00:14 2007
@@ -629,7 +629,10 @@
           </tr>
           <tr>
             <td>size</td>
-            <td>?</td>
+            <td>
+              This attribute is not used and will be removed in a future
+              version of the dtd.
+            </td>
           </tr>
         </table>
       </p>

Modified: db/torque/site/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?rev=584517&r1=584516&r2=584517&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Sun Oct 14 02:00:14 2007
@@ -31,6 +31,11 @@
 
   <body>
   <release version="3.3-RC3" date="in SVN">
+    <action type="change" dev="tfischer" issue="TORQUE-91">
+      Deprecated the attribute size in the element index-column in the dtd.
+      The attribute is currently not used. It will be removed from the dtd
+      in a future version of Torque.
+    </action>
     <action type="change" dev="tfischer" issue="TORQUE-71" due-to="Thoralf Rickert">
       Create nicely trimmed output in the generator.
     </action>



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