kristijanhusak / vim-dadbod-completion

Database autocompletion powered by https://github.com/tpope/vim-dadbod
MIT License
623 stars 24 forks source link

Suggestions of tables work, suggestions of columns do not. #47

Closed SebastianBehrens closed 1 year ago

SebastianBehrens commented 1 year ago

I wonder how I can troubleshoot this issue.

Another question: does the engine suggest columns of the queried table if I were to start writing something like this

select 
from db.schema.table

and then started to type columns between the select and the from like:

select 
col1, col2
from db.schema.table
SebastianBehrens commented 1 year ago

closed because of badly formulated issue.