sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
803 stars 57 forks source link

Non-persistent database connexion #29

Closed utopic-men closed 8 years ago

utopic-men commented 8 years ago

I'm using intensively temp tables and I like to run each query step by step (block by block ;)) but the connexion is close after each run and all my temp tables are lost...

It woul be great to keep the connexion open !

sasha-alias commented 8 years ago

Thanks for reporting. This behaviour is not how it was supposed to work. So this is the bug which I hope to fix very soon.

sasha-alias commented 8 years ago

found and committed, will be available with next release

utopic-men commented 8 years ago

Nice ! Thank you !!