When I lay out:
select *
from   tableName
FOR XML AUTO, TYPE

I would expect that FOR XML AUTO, TYPE stay on one line with one spaces between the words. It actually is changed to:
select    *
from      tableName
FOR     XML   AUTO
            , TYPE

Which looks very strange...
drsql
0

Comments

1 comment

  • Andras B
    drsql wrote:
    When I lay out:
    select *
    from   tableName
    FOR XML AUTO, TYPE
    

    I would expect that FOR XML AUTO, TYPE stay on one line with one spaces between the words. It actually is changed to:
    select    *
    from      tableName
    FOR     XML   AUTO
                , TYPE
    

    Which looks very strange...

    This is a bit more tricky (reasons are private :)), but we will have a look at this, and try to improve it for the final release.

    Thanks for reporting this,
    Andras
    Andras B
    0

Add comment

Please sign in to leave a comment.