Skip to content

Commit

Permalink
Migrate some SQL sanitizer tests to java (#7148)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Nov 15, 2022
1 parent c6bbf28 commit d4b29cf
Show file tree
Hide file tree
Showing 5 changed files with 628 additions and 374 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ WHITESPACE = [ \t\r\n]+
}

// max length of the sanitized statement - SQLs longer than this will be trimmed
private static final int LIMIT = 32 * 1024;
static final int LIMIT = 32 * 1024;

private final StringBuilder builder = new StringBuilder();

Expand Down

This file was deleted.

Loading

0 comments on commit d4b29cf

Please sign in to comment.