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

Bug on SQL Prompt 2 v 2.0.0.59

I've noticed that the SQL Prompt intellisense stops working if you place a commented line above the SQL in question containing a single quote. For example:


USE Northwind

--This works
SELECT * FROM Employees

--The intellisense doesn't work for sql below (notice this is because of the single quote in this comment)
SELECT * FROM Employees

-- ' BUT, this does work (a line separating the comment and the sql)

SELECT * FROM Employees


Regards
Rakesh
Raks
0

Comments

1 comment

Add comment

Please sign in to leave a comment.