Claus Pedersen
Member³
I have the sql
and press F6 to activate code assistant.
The list shows all column names containing "us", i.e. "char_used" and "user_stats", but when code assistant is activated when the user have types letters after the dot, only entries beginning with the letters in the code should be displayed, i.e. "user_stats" or as a minimum be displayed at the top of the list as first choice.
If I e.g. type "SELECT * FROM col" and press F6, only objects starting with "col" are shown (like "cols" and "column_privileges" and not e.g. "user_tab_COLumns" or "user_COL_comments". Pressing F6 after "user_tab_columns.us" should behave the same way.
SQL:
SELECT * FROM user_tab_columns WHERE user_tab_columns.us
The list shows all column names containing "us", i.e. "char_used" and "user_stats", but when code assistant is activated when the user have types letters after the dot, only entries beginning with the letters in the code should be displayed, i.e. "user_stats" or as a minimum be displayed at the top of the list as first choice.
If I e.g. type "SELECT * FROM col" and press F6, only objects starting with "col" are shown (like "cols" and "column_privileges" and not e.g. "user_tab_COLumns" or "user_COL_comments". Pressing F6 after "user_tab_columns.us" should behave the same way.