You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/pgls_completions/src/snapshots/pgls_completions__test_helper__completes_quoted_columns_with_aliases.snap
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,20 @@ select "pr"."e|"
85
85
select"pr"."email"|
86
86
87
87
Results:
88
+
except-except (Keyword)
89
+
for-for (Keyword)
88
90
from-from (Keyword)
91
+
group-group (Keyword)
92
+
intersect-intersect (Keyword)
89
93
90
94
--------------
91
95
92
96
select"pr"."email"f|
93
97
94
98
Results:
99
+
for-for (Keyword)
95
100
from-from (Keyword)
101
+
offset-offset (Keyword)
96
102
97
103
--------------
98
104
@@ -136,10 +142,10 @@ select "pr"."email" from private.users |
136
142
137
143
Results:
138
144
cross-cross (Keyword)
145
+
except-except (Keyword)
146
+
for-for (Keyword)
139
147
full-full (Keyword)
140
148
group-group (Keyword)
141
-
inner-inner (Keyword)
142
-
join-join (Keyword)
143
149
144
150
--------------
145
151
@@ -150,10 +156,10 @@ select "pr"."email" from private.users "pr" |
0 commit comments