kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
606 stars 39 forks source link

The output window should not combine the results of multiple queries #118

Open Cih2001 opened 1 month ago

Cih2001 commented 1 month ago

When running multiple queries, the output window combines the results into a single table. Not only results of different queries can be combined in most cases, but also, it can cause logical errors when they do. For example:

Screenshot 2024-05-29 at 11 24 44

I believe the default behaviour should be displaying the result in separate tables, just like Vim dadbod ui does.