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
805 stars 65 forks source link

Disconnect from DB #153

Open standula opened 3 years ago

standula commented 3 years ago

Hi, disconnect from database function is missing. For example from Menu Database -> Disconnect (Ctrl +d )

sasha-alias commented 3 years ago

Yeah, thanks for reporting. I already started to work on it, but it ended up in a major refactoring. So needs some time to get done.

standula commented 3 years ago

Thanks, if you can do connect/disconnect from query field it will be amazing: For example \connect_command query_1; .... query_n; \disconnect_command

I am doing an applications with frequent database refreshes and every time sqltabl must be terminated and restarted because it holds the connection that block the database drop