Hellen

Results 67 issues of Hellen

Node - Tablets tab Cluster - Tablets - every single tablet (/nodes -> nodes[number].SystemState.Tenants[0])

🚀 type/feature

``` $a = select a, b from my_table; select * from |; ``` ( `|` - cursor position) should suggest `$a`.

🚀 type/feature
prio/medium
size/xl

1) ``` $a = select a, b as c from my_table; select | from $a; ``` 2) `select | from (select a, b as c from my_table)` (`|` - cursor...

🚀 type/feature
prio/medium
size/xl

`select 1 |` should suggest math operators.

🚀 type/feature
prio/medium
size/m

Should autoclose construction `

🚀 type/feature
prio/medium
size/m

LEFT JOIN - should suggest only columns from "left" table. RIGHT JOIN - should suggest only columns from "right" table. FULL/CROSS - should suggest all columns.

🚀 type/feature
prio/medium
size/l

``` select x from my_table order by coalesce(length(| ``` `|` - cursor position should suggest columns.

🚀 type/feature
prio/medium
size/m

It would be handy to see major information about column in autocomlete: To achieve this, we should add information about column to `autocomplete` handler: - column data type - if...

prio/medium