vim-dadbod-ui icon indicating copy to clipboard operation
vim-dadbod-ui copied to clipboard

Simple UI for https://github.com/tpope/vim-dadbod

Results 72 vim-dadbod-ui issues
Sort by recently updated
recently updated
newest added

Can't see the schemas and table information when connecting on SQLServer databases. I only get the errors attached on the image: ![image](https://user-images.githubusercontent.com/12885707/183099790-660d134d-b422-410a-802b-dba65bd476db.png) Although I can execute queries without problems.

Hi @kristijanhusak, I've encountered a bug that I believe is related to https://github.com/tpope/vim-dadbod/commit/23514a579ce6df28fd956070d9e2ac1051855115. what I am looking forward to is: but the following situations are often encountered if I add...

bug

Hi, I have a problem likely from my own error(will attach a screenshot below). Under `Schemas` on the left side everything shows (0) next to it. Should I be able...

bug

Hi, I've noticed that I can autorun a query with `g:db_ui_auto_execute_table_helpers` but the query still opens a new buffer. However, I can close the buffer and refresh the results with...

enhancement

Love the plugin! Has there been any thought about adding databases and views to the drawer? What I would like to do is connect to the server--say, `jdbc://sqlserver.example`, and then...

enhancement

Thanks for the plugin, it is great! I was adding connections, and was wondering if there is the chance that grouping of connections might be supported. Not sure if this...

enhancement

When I open a buffer, write a query and then save it, I get the following result: ``` unrecognized win32 error code: 123psql: error: C:/Users/pcx/AppData/Local/Temp/nvimeAR3CD/d2a141vflldbei-query-2022-03-31 22:47:30: Invalid argument ``` But,...

bug
help wanted

I need to access some sql server databases that are set to case sensitive schema names, and it's internal tables are like 'INFORMATION_SCHEMA.SCHEMATA' whose columns are like 'SCHEMA_NAME'. Can you...

enhancement

On the left that is psql client \e, on the right that is query file generated by dadbodui (normal text file) ![image](https://user-images.githubusercontent.com/20679090/147405837-eee43a21-283b-4d77-b7e7-a4fab05874f3.png) psql \e ![image](https://user-images.githubusercontent.com/20679090/147405861-982823a8-dbb0-4fad-bac7-34e9a83cb307.png) dadbod UI ![image](https://user-images.githubusercontent.com/20679090/147405868-a250fa73-dc83-413e-b036-fa47739f3dc4.png)

enhancement

Create a fzf source that would allow navigating the drawer content by filtering through fzf.

enhancement