vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

[REQ] Share connections between tabs #1170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the multiple tab system appears to use a new DB connection per tab.

It would be more efficient if the application could share the same connection 
between tabs when the tab has been opened from within an existing 
connection/tab (e.g. Right click on a table and select open in new tab). 

The application would need to maintain the connection until all related tabs 
are closed, at which point it can disconnect (as currently).

Original issue reported on code.google.com by jbr...@resharmonics.com on 2 Sep 2011 at 10:08

GoogleCodeExporter commented 9 years ago
That is not possible as a mysql connection can not execute multiple queries at 
the same time.
So even if you had multiple tabs only one would be usable in most cases then.

For query tabs see bug #1069

Original comment by schlabbe...@gmail.com on 2 Sep 2011 at 7:44