Skip to content

Commit

Permalink
Fix unknown command keyword message
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirisa committed Nov 29, 2022
1 parent 72a9069 commit 0910b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private QueryParser() {
throw new SQLException(String.format(
"Query contains an unknown keyword for the command %s: %s.",
command,
commandKeyword
commandKeywordStr
));
return commandKeyword;
}
Expand Down

0 comments on commit 0910b77

Please sign in to comment.