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

TAB-completion through schema doesn't work #19

Open tbk303 opened 13 years ago

tbk303 commented 13 years ago

First thanks for henplus - it's very nice tool. However it doesn't complete table names when I use schema prefix e.g.: select * from myschema.t

It doesn't trace current schema too. When I change schema (e.g. in hsqldb: set schema myschema) and command rehash, henplus complete names from default (public) schema, but they are not actual...

I observe above troubles with hsqldb.

Regards Marek

neurolabs commented 13 years ago

Marek Zakowicz ( mazaczek ) - 2005-09-16 12:59:33 UTC