Activity overview
Latest activity by bunyamin
Update Statement Column Predictions Are Wrong
Hi,
When I use table aliases on update statements, first column predictions comes with non-aliased table names.
An example:Drop Table If Exists #Table1
Create Table #Table1 (Col1 int, Col2 int)
D...
Thanks James.
Problem gone after version upgrade.
But,
"Place subsequent items on new line : NEVER" option still not working. Because I understand that, If I activate this option, prompt should never add new items to new line. But it is still adding new line, if char count is exceeded the limit set in "GLOBAL > Whitespaces > Warp lines longer than" option.
For example if I use below options :
GLOBAL > Whitespaces > Warp lines longer than = 160
GLOBAL > Lists > Place subsequent items on new line : NEVER
Then format the same code, it will give exact same results. But I expect that variables should be placed side by side. / comments
Thanks James.
Problem gone after version upgrade.
But,
"Place subsequent items on new line : NEVER" option still not working. Because I understand that, If I activate this option, prompt should nev...