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
completing with tab leads to second-to-last line executed #23
under certain circumstances not the last line, but the second to last line is executed. Reproduction:
result: rollback is executed twice, the select statement is not executed.