dlr         01/08/17 10:37:00

  Modified:    src/templates/sql/base/mssql db.props
  Log:
  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-torque/src/templates/sql/base/mssql/db.props
  
  Index: db.props
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/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/16 20:48:44     1.2
  +++ db.props  2001/08/17 17:37:00     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]

Reply via email to