Error when formatting in SQLCMD mode
JonBrune
Posts: 14 Bronze 1
in SQL Prompt
SQL Prompt is changing this:
:SETVAR MyVar "Foo":SETVAR MyVar "Foo"-- SQL Prompt formatting off INSERT INTO #MyTable ( Col1 ) VALUES ('1') -- SQL Prompt formatting on </code>:SETVAR MyVar "Foo" -- SQL Prompt formatting off INSERT INTO #MyTable ( Col1 ) VALUES ('1') -- SQL Prompt formatting on </pre><div>into:<br><pre class="CodeBlock"><code>
I'd like to submit a bug for this but it looks like the options are ask a question or start a discussion. Maybe bugs are to be submitted elsewhere?
Tagged:
Best Answers
-
Alex B Posts: 1,157 Diamond 4Hi @JonBrune,
The team has released SQL Prompt v9.5.4 which fixes this issue. Please update to the latest version (download here) and confirm that it has corrected the issue for yourself as well!
Kind regards,
Alex
Answers