neurolabs / henplus

HenPlus is a SQL shell that can handle multiple sessions in parallel. The commandline interface with the usual history functions features TAB-completion for commands, tables and columns. Database connect via JDBC.
GNU General Public License v2.0
97 stars 51 forks source link

Patch: Multiple result set support #5

Open tbk303 opened 13 years ago

tbk303 commented 13 years ago

Hi Everyone,

I am using HenPlus with MS SQL database and need to get multiple result sets with a single SQL query at times It is fairly easy to fix, just add a loop in the SQLCommand class.

As a result of that the following things started to work correctly:

Kind regards, Evgeny.

https://gist.github.com/759814

neurolabs commented 13 years ago

Submitted:

deepcored ( deepcored ) - 2010-09-09 06:45:37 UTC