gunther
  • Posts: 3
  • Joined: 9/19/2014
In the Formatting options under Select / SelectList / AlignAliases, setting it to True doesn't seem to do anything (or at least it doesn't do what I think it's supposed to do).

Say I have a statement like this:
SELECT
  'some text' AS col1,
  'some longer text' AS col2,
  'text' AS col3

After formatting, the statement looks exactly the same. I'd like to have the column aliases aligned like this:
SELECT
  'some text'        AS col1,
  'some longer text' AS col2,
  'text'             AS col3

Is that what the AlignAliases setting is supposed to do? If not, is there some other formatting setting that does this? For reference, I'm using SSMSBoost build version 2.16.5598.23512 with SSMS 2012 version 11.0.5058.
Andrei
  • Posts: 398
  • Joined: 7/1/2012
Hi,
Select / SelectList / AlignAliases is the correct flag, BUT I have examined the code and found out that we have forgot to implement the functionality behind this flag. So it is a bug that will be fixed.
Thank you for reporting it !
gunther
  • Posts: 3
  • Joined: 9/19/2014
Excellent! Glad I wasn't going crazy...
  • You cannot post new topics in this forum.
  • You cannot reply to topics in this forum.
  • You cannot delete your posts in this forum.
  • You cannot edit your posts in this forum.
  • You cannot create polls in this forum.
  • You cannot vote in polls in this forum.