Skip to content

Commit

Permalink
feat: add support for statement masking
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Jan 2, 2024
1 parent 0c94093 commit 363a177
Show file tree
Hide file tree
Showing 2 changed files with 777 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sqlparser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ extern crate alloc;
pub mod ast;
pub mod keywords;
pub mod parser;
pub mod redaction;
pub mod tokenizer;

#[doc(hidden)]
Expand Down

0 comments on commit 363a177

Please sign in to comment.