dlr 01/06/12 17:27:08 Modified: conf/torque/templates/sql/base/mysql db.props Log: Added note about the site which I used to fill in some gaps (http://www.mysql.com/doc/C/o/Column_types.html). Revision Changes Path 1.6 +3 -0 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- db.props 2001/06/13 00:25:13 1.5 +++ db.props 2001/06/13 00:27:08 1.6 @@ -1,5 +1,8 @@ # Taken from java.sql.Types in the IBM 1.3 JDK # JDBC to MySQL mappings. +# +# A good MySQL resource for determining these mappings is at +# http://www.mysql.com/doc/C/o/Column_types.html BIT = BIT TINYINT = TINYINT --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
