You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: