Comments
1 comment
-
Hello,
SQL Prompt will not automatically lay out inserted code unless you manually click on layout. This is why your settings are not reflected with the inserted code, which in this case are the objects inserted when you expand wildcards.
If you click layout (or use the layout shortcut key) after expanding wildcards, you will see your layout settings for comma placements taking effect.
We are looking into redesigning this behaviour (lay out inserted code) in a future version but it is early for me to promise this as of now.
I hope that helps.
Thanks,
Tanya
Project Manager
Red Gate Software Ltd
Add comment
Please sign in to leave a comment.
select
a.foo
b.baz,
,c.bar
from atable a
join btable b ...
join ctable c ...
you'd expect it would pre or post pend according to the user's prefs ...