jum4 / sublime-sqlexec

A Plugin for running SQL commands in Sublime Text
http://lubriciousdevelopers.github.io/projects/sublime-sql-exec
98 stars 48 forks source link

Suggestions #75

Open bilogic opened 7 years ago

bilogic commented 7 years ago

Hi,

  1. Add output if table has no rows. e.g. headers with no rows. Currently, nothing happens if the query has no results.
  2. In a multi query execution, add an index/name for each query executed. Or show the first X (e.g. 100) characters for each query. The idea is to make it easier to reference which set of results belong to which query when browsing the results.

Just suggestions. Thank you.