fix -> ALTER statements aren't passing by ConvertMap, so NUMBER is not being converted to NUMERIC
This commit is contained in:
parent
b502de9fa5
commit
5b988c7076
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue