Skip to content

Commit

Permalink
0004221: DB2 delete statement should not specify "reuse storage
Browse files Browse the repository at this point in the history
immediate"
  • Loading branch information
philipmarzullo64 committed Dec 31, 2019
1 parent a14db9f commit 04675fb
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -119,11 +119,4 @@ public String getTruncateSql(Table table) {
sql += " reuse storage immediate";
return sql;
}

@Override
public String getDeleteSql(Table table) {
String sql = super.getDeleteSql(table);
sql += " reuse storage immediate";
return sql;
}
}

0 comments on commit 04675fb

Please sign in to comment.