Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autocompletion table names does not work correctly #3496

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

autocompletion table names does not work correctly #3496

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working Client interfaces normal

Comments

@monetdb-team
Copy link

Date: 2014-06-12 11:42:07 +0200
From: @bartscheers
To: clients devs <>
Version: 11.17.17 (Jan2014-SP2)
CC: @skinkie

Last updated: 2015-08-28 13:42:03 +0200

Comment 19841

Date: 2014-06-12 11:42:07 +0200
From: @bartscheers

User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
Build Identifier:

When two table names start with the same substring, tabbing causes autocompletion starting to substitute schema names for every tab.

Reproducible: Always

Steps to Reproduce:

  1. monetdb create tabnames; monetdb release tabnames; mclient -dtabnames
  2. create table tab_first (i int, d double); create table tab_second (i2 int, d2 double);
  3. select * from tab
    or try
  4. select * from t

Actual Results:

After three tab key strokes:
select * from "sys".""sys".""sys"."tab

Expected Results:

A list of possible names

This is also the case in other than "sys" schema names

Comment 21121

Date: 2015-08-12 10:04:34 +0200
From: @sjoerdmullender

Fixed in changeset 5026f191f4c3

Comment 21200

Date: 2015-08-28 13:42:03 +0200
From: @sjoerdmullender

Jul2015 has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Client interfaces normal
Projects
None yet
Development

No branches or pull requests

2 participants