dlr         01/06/12 16:29:28

  Modified:    conf/torque/templates/sql/base/oracle db.props
  Log:
  Since Oracle's VARCHAR2 data type must have an associated size (from 1
  to 2000, inclusive), and since the MySQL mapping maps to a data type
  for which no size need be specified, assume that the user wants the
  maximum size for the VARCHAR2 data type.
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- db.props  2001/06/12 23:24:05     1.3
  +++ db.props  2001/06/12 23:29:28     1.4
  @@ -13,7 +13,7 @@
   DECIMAL =
   CHAR = VARCHAR2
   VARCHAR = VARCHAR2
  -LONGVARCHAR = VARCHAR2
  +LONGVARCHAR = VARCHAR2 (2000)
   DATE = DATE
   TIME =
   TIMESTAMP = DATE
  
  
  

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

Reply via email to