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/09/22 19:41:18 UTC

cvs commit: jakarta-turbine-torque/src/templates/sql/base/db2 db.props

dlr         01/09/22 10:41:18

  Modified:    src/templates/sql/base/db2 db.props
  Log:
  Added useful DB2/400 hack uncovered by Scott Weaver
  <Sw...@rippe.com>.  Scott indicates that DB2/400 is practically a
  different product than vanilla DB2 (but since we have no DB2/400
  templates yet his info can live in here for now).
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-turbine-torque/src/templates/sql/base/db2/db.props
  
  Index: db.props
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/templates/sql/base/db2/db.props,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- db.props	2001/08/02 05:08:39	1.1
  +++ db.props	2001/09/22 17:41:18	1.2
  @@ -18,6 +18,7 @@
   TIME =
   TIMESTAMP = DATE
   BINARY =
  +# For DB2/400, VARBINARY must be changed to VARCHAR (32000) FOR BIT DATA
   VARBINARY = BLOB (16777215)
   LONGVARBINARY =
   NULL =
  
  
  

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