We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d757cfc commit 55bf258Copy full SHA for 55bf258
crates/pgt_completions/src/relevance/filtering.rs
@@ -115,14 +115,8 @@ impl CompletionFilter<'_> {
115
CompletionRelevanceData::Table(_) => match clause {
116
WrappingClause::From | WrappingClause::Update => true,
117
118
-<<<<<<< HEAD
119
WrappingClause::RevokeStatement | WrappingClause::GrantStatement => ctx
120
.matches_ancestor_history(&["grantable_on_table", "object_reference"]),
121
-=======
122
- WrappingClause::RevokeStatement => {
123
- ctx.matches_ancestor_history(&["revoke_on_table", "object_reference"])
124
- }
125
->>>>>>> 01a1456068d4c3fa353cd57b000447fcb13da950
126
127
WrappingClause::Join { on_node: None } => true,
128
WrappingClause::Join { on_node: Some(on) } => ctx
0 commit comments