fix -> ALTER statements aren't passing by ConvertMap, so NUMBER is not being converted to NUMERIC

This commit is contained in:
Carlos Ruiz 2006-12-19 05:20:39 +00:00
parent b502de9fa5
commit 5b988c7076
1 changed files with 8 additions and 8 deletions

View File

@ -103,7 +103,7 @@ public class Convert_PostgreSQL extends Convert_SQL92
// begin vpj-cd e-evolution 02/24/2005 PostgreSQL
else if (cmpString.indexOf("ALTER TABLE") != -1)
{
result.add(convertDDL(statement));
result.add(convertDDL(converSimpleStatement(statement)));
}
else if (cmpString.indexOf("ROWNUM") != -1)
{