Misuse of public synonyms in code completion...

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
gthobois
Posts: 1
Joined: Mon 08 Dec 2008 08:48
Location: FRANCE

Misuse of public synonyms in code completion...

Post by gthobois » Mon 08 Dec 2008 09:13

Hello,

I miss code completion when I am using public synonyms :

"fnd_user" is the public synonym for "applsys.fnd_user"

Wrong behaviour :
When keying the dot after "select fu", I don't get the column names combo
" select fu.
from fnd_user fu "

Right behaviour :
If I add the schema name, it is right :
" select fu.
from applsys.fnd_user fu "

Any suggestion ?

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 11 Dec 2008 13:56

We'll work over this problem.

Post Reply