Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Mar 20, 2024
1 parent fa24282 commit 9262e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/query/ast/tests/it/testdata/statement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3442,6 +3442,7 @@ ShowViews(
),
name: "db",
quote: None,
is_hole: false,
},
),
full: true,
Expand All @@ -3465,6 +3466,7 @@ ShowViews(
),
name: "ctl",
quote: None,
is_hole: false,
},
),
database: Some(
Expand All @@ -3474,6 +3476,7 @@ ShowViews(
),
name: "db",
quote: None,
is_hole: false,
},
),
full: true,
Expand Down

0 comments on commit 9262e45

Please sign in to comment.