SQL Complete (free) functionality change or issue?

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
DigHazuse
Posts: 1
Joined: Wed 15 Jul 2020 16:50

SQL Complete (free) functionality change or issue?

Post by DigHazuse » Wed 15 Jul 2020 17:26

Tech details:
SQL Complete Free: 6.5.27
SSMS: 18.5.1
Windows 10

Some SQL Complete functionality seems to have either changed or there is an issue. Since I'm using the free version, i'm trying to make sure which is which.

Basically I have lost intellisense for any SELECT query where i don't give it an alias:
SELECT *
FROM my_table
WHERE (this used to give me column options from my_table)

If i give it an alias (FROM my_table M) it works.
Updates and Deletes work even when i don't give it an alias.

This started a month or so ago. Unfortunately, it was on a day when SSMS updated to 18.5.1 AND SQL Complete updated as well. I don't know what that SQL Complete version number was. I held off reporting this until a new SQL Complete version was available in the thought that maybe it was the new SSMS version that caused a change. Got the new version (6.5.27) today and same/same.
Thoughts?

Thank you for your time
t

alexa

Re: SQL Complete (free) functionality change or issue?

Post by alexa » Thu 16 Jul 2020 06:30

Will it be possible to record a video demonstrating the issue?

Does this happen with each table or with a specific one?

You can send the reply straight to our support system at supportATdevartDOTcom.

alexa

Re: SQL Complete (free) functionality change or issue?

Post by alexa » Fri 17 Jul 2020 09:36

We were able to reproduce this issue and will fix it in one of the next product builds.

Post Reply