Bug/feature? Code completion on INSERT INTO ... shows keywords, but not column name

Claus Pedersen

Member³
I am making an insert:
Code:
INSERT INTO bonus (ename,job,sal,
If I activate code completion after the last comma, the correct list with column names is shown.

If I write 'com' after the last comma, and then activate code completion, I would expect to get the column name 'comm', but only keywords from 'comment' to 'compute' are shown.
 
Hello Marko,

it also seems that code completion for function and procedure parameters does not work when typing the first characters of a parameter, and then pressing code completion. Also here, only keywords and other names of public methods are shown, no parameters.

If you enter only the comma and code completion, it works.
 
Marco, this is still a bug in version 8, can it be corrected in patch 8.0.x?

It is a general problem in the editor: code completion on partly named parameters, attributes etc. (values after an opening paranthesis) does not work. The user has to delete the code until the last comma or opening paranthesis to see the parameters/atttributes for the function/table etc.
 
Thanks for all the Feedback Claus.

Some issues are still open, and others are new features, not for a patch release but for version 8.1.
 
But since this has been a known bug for more than two years now and you have promised to fix it, couldn't this be fixed, say, during January 2010? ;)
 
This has not been fixed in version 10 Beta 1. Will it be fixed for the final release? (Yeah, 5 years anniversary since first post)
 
Back
Top