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

Intellisense on Update doesn't work right

Hi,
Let me start by saying this is a great product. I loved it since i first started with Version 2. I love the new intelisense features on how you can select what type of object to display.

Here's the problem i had (didn't work in version 2 either). Try to have intelisense work with this update statement

UPDATE D
SET D.Column1 = DT.Column1
D.Column2 = DT.Column2
FROM Table1 D
inner JOIN Table1 DT ON D.Id = DT.Id

It didn't work for me. Not only it didn't work, but also made it a very pain in the ass to write the query since SQL Prompt kept showing the objects when I typed "D." and selected the first object when i wanted a column of table D.

Keep up the great work...
jonathangoodyear
0

Comments

1 comment

  • Bart Read
    Hi Jonathan,


    Thanks for reporting this. We're aware that the UPDATE support isn't where it could be at the moment. We'll make sure this is sorted out for the final release.


    Thanks,
    Bart
    Bart Read
    0

Add comment

Please sign in to leave a comment.