Skip to content

Commit

Permalink
fix random bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Aug 26, 2024
1 parent c006a90 commit 75e9b9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public boolean isNullResultWithOneNullParamFunctions(String funcName) {
ImmutableSet.<String>builder()
.add("RAND")
.add("RANDOM")
.add("RANDOM_BYTES")
.add("CONNECTION_ID")
.add("DATABASE")
.add("USER")
Expand Down

0 comments on commit 75e9b9d

Please sign in to comment.