dlr 01/08/17 10:38:40 Modified: conf/torque/templates/sql/base/mssql db.props Log: Backported from the HEAD of jakarta-turbine-torque: Rolling back my last change (pointed out by Fedor as incorrect -- JDBC types are not the direct equivalent of native types). Revision Changes Path 1.3 +1 -1 jakarta-turbine-2/conf/torque/templates/sql/base/mssql/db.props Index: db.props =================================================================== RCS file: /home/cvs/jakarta-turbine-2/conf/torque/templates/sql/base/mssql/db.props,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- db.props 2001/08/17 00:56:51 1.2 +++ db.props 2001/08/17 17:38:39 1.3 @@ -16,7 +16,7 @@ LONGVARCHAR = TEXT DATE = DATETIME TIME = DATETIME -TIMESTAMP = TIMESTAMP +TIMESTAMP = DATETIME BINARY = BINARY VARBINARY = IMAGE LONGVARBINARY = IMAGE --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
