LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-317] sqlline !close command doesn't work #555

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[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.