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 02:25:15 UTC

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

dlr         01/06/12 17:25:15

  Modified:    conf/torque/templates/sql/base/mysql db.props
  Log:
  * Added mappings for REAL, NUMERIC, BINARY, and LONGVARBINARY.
  
  * Changed BLOB mapping from MySQL's BLOB to LONGBLOB, as we supply the
  BLOB mapping via the JDBC BINARY type.
  
  Revision  Changes    Path
  1.5       +5 -5      jakarta-turbine/conf/torque/templates/sql/base/mysql/db.props
  
  Index: db.props
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/mysql/db.props,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- db.props	2001/04/19 22:11:58	1.4
  +++ db.props	2001/06/13 00:25:13	1.5
  @@ -7,9 +7,9 @@
   INTEGER = INTEGER
   BIGINT = BIGINT
   FLOAT = FLOAT
  -REAL = 
  +REAL = REAL
   DOUBLE = DOUBLE
  -NUMERIC =  
  +NUMERIC = DECIMAL
   DECIMAL = DECIMAL
   CHAR = CHAR
   VARCHAR = VARCHAR
  @@ -17,16 +17,16 @@
   DATE = DATETIME
   TIME = TIME
   TIMESTAMP = TIMESTAMP
  -BINARY =
  +BINARY = BLOB
   VARBINARY = MEDIUMBLOB
  -LONGVARBINARY =
  +LONGVARBINARY = LONGBLOB
   NULL =
   OTHER =
   JAVA_OBJECT =
   DISTINCT =
   STRUCT =
   ARRAY =
  -BLOB = BLOB
  +BLOB = LONGBLOB
   CLOB = LONGTEXT
   REF =
   
  
  
  

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