Options

[Feature Request] Grouped alignment

EndarethEndareth Posts: 3
edited May 13, 2010 3:52PM in SQL Prompt Previous Versions
Couldn't work out a good way to describe what I'm after, so I'll just put in an example which explains it:
select *
from	tbl_Item
join	tbl_VeryLongTransactionTable
	on tbl_VeryLongTransactionTable.ItemNo		= tbl_Item.ItemNo
join	tbl_Client
	on tbl_Client.ClientNo	                                = tbl_VeryLongTransactionTable.ClientNo

With the = being lined up.
Any chance of adding this?

Note: What's the point of [ code ] tags that don't keep code formatting? :(

Comments

  • Options
    Eddie DEddie D Posts: 1,780 Rose Gold 5
    Thank you for your post into the forum and sorry for the delay in replying back to you.

    I have submitted a Bug Report for the SQL Prompt Development Team to consider. The reference for this Bug Report is SP-2969.

    Hopefully the development team will produce a fix for this issue in the next version of SQL Prompt. I will be maintaining what we call a 'Watch' on the Bug Report submitted and will be able to update when a fix for this issue is created.

    Thank you bringing this issue to our attention.

    Many Thanks
    Eddie
    Eddie Davis
    Senior Product Support Engineer
    Redgate Software Ltd
    Email: support@red-gate.com
Sign In or Register to comment.