You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/06/13 01:24:06 UTC

cvs commit: jakarta-turbine/conf/torque/templates/sql/base/oracle db.props

dlr         01/06/12 16:24:06

  Modified:    conf/torque/templates/sql/base/oracle db.props
  Log:
  If VARBINARY maps to the Oracle data type LONG RAW, then LONGVARBINARY
  should definitely do so as well.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine/conf/torque/templates/sql/base/oracle/db.props
  
  Index: db.props
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/oracle/db.props,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- db.props	2001/04/03 20:23:14	1.2
  +++ db.props	2001/06/12 23:24:05	1.3
  @@ -19,7 +19,7 @@
   TIMESTAMP = DATE
   BINARY =
   VARBINARY = LONG RAW
  -LONGVARBINARY =
  +LONGVARBINARY = LONG RAW
   NULL =
   OTHER =
   JAVA_OBJECT =
  
  
  

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