7.1.2.1362: bug using copy with header

In version 7.1.2.1362 when I highlight a grid in the SQL Window, choose "Copy with Header" and cut/paste into Excel 2007 the header and the first line of data show up on first line of the Excel sheet. For example:

Code:
col1    col2    col3
data1a  data2a  data3a
data1b  data2b  data3b
looks like this in Excel:

Code:
col1    col2    col3    data1a   data2a   data3a
data1b  data2b  data3b
I went back to 7.1.1.1339 and it works fine.

Thanks
 
Now in 1363, simple "Copy" without the header adds an empty row (where the header would go if "Copy with Header" was used). Previously, only the data rows would be copied to the clipboard.
 
Back
Top