dlr         01/06/12 16:35:23

  Modified:    conf/torque/templates/sql/base/oracle db.props
  Log:
  * Degraded VARBINARY Torque mapping from Oracle from LONG RAW to RAW
  (which supports size of 1-255 bygtes).
  
  * Added support for BLOB and CLOB Torque types via LONG RAW and LONG
  Oracle data types, respectively.  Oracle LONG types hold up to 2 GB of
  data.
  
  Revision  Changes    Path
  1.6       +3 -3      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- db.props  2001/06/12 23:31:29     1.5
  +++ db.props  2001/06/12 23:35:22     1.6
  @@ -18,7 +18,7 @@
   TIME =
   TIMESTAMP = DATE
   BINARY = RAW
  -VARBINARY = LONG RAW
  +VARBINARY = RAW
   LONGVARBINARY = LONG RAW
   NULL =
   OTHER =
  @@ -26,8 +26,8 @@
   DISTINCT =
   STRUCT =
   ARRAY =
  -BLOB =
  -CLOB =
  +BLOB = LONG RAW
  +CLOB = LONG
   REF =
   
   AUTOINCREMENT = AUTO_INCREMENT
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to