12.6.0.53 Pick list dropdown not triggering

There is an issue with the dropdown not triggering after the second join when the table alias is used. The dropdown doesn’t trigger after the **t. **if it is the 3rd join or higher. Dropdown works if the table name is used instead of the alias. Issue also reproducible in 12.5

select *
from user_objects o
join user_tables t on t.table_name = o.object_name
join user_tab_columns c on c.table_name = t.

This came up recently through support. We have an issue logged for it.

Michael

On 10/14/2014 03:57 PM, Raymond Leung wrote:

12.6.0.53 Pick list dropdown not triggering

Thread created by Raymond Leung
There is an issue with the dropdown not triggering after the second join when the table alias is used. The dropdown doesn't trigger after the **t. ** if it is the 3rd join or higher. Dropdown works if the table name is used instead of the alias.
Issue also reproducible in 12.5

select *

from user_objects o

join user_tables t on t.table_name = o.object_name

join user_tab_columns c on c.table_name = t.

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - General
notifications altogether.

Toad for Oracle - Discussion Forum

Flag
this post as spam/abuse.