Skip to content

Commit

Permalink
Allow != for not equals (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
  • Loading branch information
henneberger authored Dec 16, 2023
1 parent b4ebab4 commit 56b89aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public boolean allowHyphenInUnquotedTableName() {

@Override
public boolean isBangEqualAllowed() {
return false;
return true;
}

@Override
Expand Down

0 comments on commit 56b89aa

Please sign in to comment.