SqlDbx Forum

SqlDbx

You are not logged in.

#1 2018-03-13 12:54:37

garbuya
Member

Bug in IntelliSense

There is a bug in IntelliSense showing synonym columns sorted by name.
Checking/unchecking the corresponding flag in Options  does not help.
Ver 5.11 x64
Example:
1. As user_1: create or replace synonym user_2.tbl for tbl;
2. Login as user_2 and select user_2 schema in toolbar dropdown
3. Type "select  from tbl;"
4. Place cursor after select and press space
List of columns appears in sorted by name order

Last edited by garbuya (2018-03-13 14:02:08)

Offline

#2 2018-03-21 15:59:44

garbuya
Member

Re: Bug in IntelliSense

Actually, it occurs not only with synonyms
Columns are always sorted if you select one schema in the dropdown box on toolbar and try to select from the table in different schema
So, if you selected USER1 then any table in USER2 will show sorted columns.

Offline

Board footer

Powered by FluxBB