Commit 0e6a824
Nicolás De los Santos
fix: add missing column in group by expression
when trying to use the lsp server autocompletion didnt work and when
activating logs found messages such as:
> ERROR pgt_lsp::session error=Database error: column "c.relkind" must appear in the GROUP BY clause or be used in an aggregate function
upon adding c.relkind into the group by expression autocomplete started
working as expected1 parent a1f6a56 commit 0e6a824
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
0 commit comments