How can we help you today? How can we help you today?

Bug: Auto Alias Does Not Account For Existing Text

Type in the following SQL:

select * from sys

and hit Ctrl+Space. Select 'syscacheobjects'. You will get:

select * from [sys].[syscacheobjects] AS s

Put the cursor at the end of 'syscacheobjects' and hit the backspace key until only 'sys' is show. Hit ctrl-space and select 'syscolumns' from the candidates list. You would expect:

select * from [sys].[syscolumns] AS s .

But instead get:

select * from [sys].[sys].[syscolumns] AS s] AS s
brian26ny
0

Comments

1 comment

  • Tilman
    Hi,

    Thanks for reporting the problem. It's on our list of things to fix.

    Regards,

    Tilman
    Tilman
    0

Add comment

Please sign in to leave a comment.