FR [ 1829798 ] Easy generation of migration scripts
2pack is inserting without space before the parenthesis
This commit is contained in:
parent
37bc4e159c
commit
80d9e53196
|
@ -506,6 +506,8 @@ public abstract class Convert
|
||||||
return true;
|
return true;
|
||||||
if (uppStmt.startsWith("UPDATE " + exceptionTables[i] + " "))
|
if (uppStmt.startsWith("UPDATE " + exceptionTables[i] + " "))
|
||||||
return true;
|
return true;
|
||||||
|
if (uppStmt.startsWith("INSERT INTO " + exceptionTables[i] + "("))
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// don't log selects or insert/update for exception tables (i.e. AD_Issue, AD_ChangeLog)
|
// don't log selects or insert/update for exception tables (i.e. AD_Issue, AD_ChangeLog)
|
||||||
|
|
Loading…
Reference in New Issue