sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.54k stars 523 forks source link

Support Running multiple queries in separated tabs #238

Open eMerzh opened 7 years ago

eMerzh commented 7 years ago

for the the query tabs are a little fucked up, if you try to open two tabs, and run "long enough" query that you can switch tab, you exposes yourself to messed up data.. like data coming from other tabs, or infinite loading data results, ....

maxcnunes commented 7 years ago

I added support for this on https://github.com/sqlectron/sqlectron-core/releases/tag/v7.1.0. But still have to change the GUI to work properly. I'm a bit tired to implement it right now. So if anyone is interested in helping with that let me know and I can give some ideas of how to do it.