Skip to content

Commit

Permalink
FMWK-294 Add truncate to SQL keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Dec 19, 2023
1 parent 7266ca5 commit e10599b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public String getIdentifierQuoteString() {

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

@Override
Expand Down

0 comments on commit e10599b

Please sign in to comment.