Bug Report: Copy to Excel

ScottMattes

Member³
The SQL Statement tab is nice, but when my code looks like this in the SQL Window

Code:
select *
  from my_table
 where something = something_else;
on the SQL Statement tab in Excell it looks like this

select *~ from my_table~ where something = something_else;

Everywhere you see the '~' I see a small rectangle standing on its short end.

So I go to Format and change Alignment to Wrap Text and now it looks as expected.

Could Copy to Excel be changed to set the alignment to wrapped text?
 
Back
Top