[reporter="nigel.thomas", created="Sat, 26 Apr 2008 02:22:38 -0500 (GMT-05:00)"]
sqlline !close command doesn't work - it brings back the error:
Ambiguous command: [close, closeall]
This is also true in a clean sqlline 1.0.2 as downloaded from sourceforge...
Note: the cause is presumably that !close is a leading substring of !closeall (this is the only documented command that is a substring of a different command) - so the solution will be to change one or other of the commands.
The only workaround is to close all connections, then re-establish the ones you didn't want to close.
[reporter="nigel.thomas", created="Sat, 26 Apr 2008 02:22:38 -0500 (GMT-05:00)"] sqlline !close command doesn't work - it brings back the error:
Ambiguous command: [close, closeall]
This is also true in a clean sqlline 1.0.2 as downloaded from sourceforge...
Note: the cause is presumably that !close is a leading substring of !closeall (this is the only documented command that is a substring of a different command) - so the solution will be to change one or other of the commands.
The only workaround is to close all connections, then re-establish the ones you didn't want to close.