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 2013/11/26 21:35:19 UTC

svn commit: r1545826 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/supported-databases.xml

Author: tfischer
Date: Tue Nov 26 20:35:19 2013
New Revision: 1545826

URL: http://svn.apache.org/r1545826
Log:
TORQUE-288 document MSSQL 2005 issue

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/supported-databases.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/supported-databases.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/supported-databases.xml?rev=1545826&r1=1545825&r2=1545826&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/supported-databases.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/supported-databases.xml Tue Nov 26 20:35:19 2013
@@ -234,6 +234,11 @@ criteria.and(c1.or(c2));
         <a href="http://issues.apache.org/jira/browse/TORQUE-46">TORQUE-46</a>
         for the issues with MSSQL 7.
       </p>
+      <p>
+        MSSQL 2005 and earlier do not support the Date data type.
+        So to work with these databases, replace the data type
+        of all DATE columns by the data type TIMESTAMP.
+      </p>
     </subsection>
 
 



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