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

no possibility to cancel the loading of an sql script sanely #20

Open tbk303 opened 13 years ago

tbk303 commented 13 years ago

when loading an sql script via the 'load' command, there seems to be no mechanism to cancel/interrupt the load process except hitting control-c to kill henplus. This would be nice, though, since if one has a big script to load which has some errors/incompatibilities in it, one has to either wait for the loading to finish or kill henplus, start it, connect and type in the load command again.

neurolabs commented 13 years ago

Submitted:

Nobody/Anonymous ( nobody ) - 2004-04-29 08:01:39 UTC