Code inserted by SQL Prompt 3.8 not marked as new
MikeyC
Posts: 249 Bronze 3
When SQL Prompt 3.8.0.244 inserts code like when building a INSERT INTO query the code it puts in doesn't get the lines flagged as changed (yellow) by SMSS.
Not a big deal, but it would be nice to be able to identify all the code changes even if they were automated.
Michael
Not a big deal, but it would be nice to be able to identify all the code changes even if they were automated.
Michael
Comments
Are you referring to the yellow lines that come across on the left side of SSMS editor as you write any new queries or while modifying scripts?
If so, I am not actually able to replicate any scenario when the yellow line does not show up while using SQL Prompt to write those queries.
I tried using INSERT INTO and auto-completion did get the yellow lines on the query window for the inserted lines.
If my understanding of the issue is right the yellow lines is more of an editor feature and nothing should be affected on using SQL Prompt!
But please do correct me if I am wrong.
Thanks,
Tanya
I just tried again and I couldn't replicate the issue....