SqlDbx
You are not logged in.
Pages: 1
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
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
Pages: 1