Fuco1 / sql-workbench

SQL client for Emacs
13 stars 2 forks source link

Do not open empty result buffer if no data is returned. #5

Open Fuco1 opened 7 years ago

Fuco1 commented 7 years ago

For example, when there is no data or the query does not return anything (alter table)... we should do

  1. if there is a result buffer displayed already, leave it be (= do not destroy data?)
  2. if there is no result buffer, do not create one (or, if processing requires it, create it but do not pop into it)