Skip to content

Commit

Permalink
FMWK-294 Add truncate to SQL keywords (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Dec 21, 2023
1 parent af00297 commit 803a48d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public String getIdentifierQuoteString() {

@Override
public String getSQLKeywords() {
return "";
return "truncate";
}

@Override
Expand Down

0 comments on commit 803a48d

Please sign in to comment.