|
From: <sc...@hy...> - 2010-03-01 22:56:03
|
Author: scottmf Date: 2010-03-01 14:55:54 -0800 (Mon, 01 Mar 2010) New Revision: 14338 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14338 Modified: trunk/src/org/hyperic/tools/ant/dbupgrade/SST_AlterColumn.java Log: change error msg to accurately reflect the db Modified: trunk/src/org/hyperic/tools/ant/dbupgrade/SST_AlterColumn.java =================================================================== --- trunk/src/org/hyperic/tools/ant/dbupgrade/SST_AlterColumn.java 2010-03-01 18:41:48 UTC (rev 14337) +++ trunk/src/org/hyperic/tools/ant/dbupgrade/SST_AlterColumn.java 2010-03-01 22:55:54 UTC (rev 14338) @@ -265,7 +265,7 @@ } throw new SQLException(); } catch (SQLException e) { - throw new BuildException("Error retrieving pg columntype from " + + throw new BuildException("Error retrieving mysql columntype from " + "table, " + _table + " column, " + _column); } finally { DBUtil.closeJDBCObjects(getClass().getName(), null, stmt, rs); |