Indent problem with new release and * expand
MikeyC
Posts: 249 Bronze 3
Given this code:
If you hit TAB you end up with:
(It happens with real tables as well.)
SELECT 1 AS Field1, 2 AS Field2, 3 AS Field3 INTO #Test; SELECT *<cursor> FROM #Test;
If you hit TAB you end up with:
SELECT Field1, Field2, Field3 FROM #Test;when I expect:
SELECT Field1, Field2, Field3 FROM #Test;
(It happens with real tables as well.)
Comments
I was able to replicate the issue and have raised this as a bug (SP-2796) so that our developers will look into this and fix it in our future release.
Thanks for your patience with this issue.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com