Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy With Headers Will Now Copy The Header Before Each Row of Data #2372

Closed
ryharris89 opened this issue Aug 30, 2018 · 6 comments · Fixed by #2527
Closed

Copy With Headers Will Now Copy The Header Before Each Row of Data #2372

ryharris89 opened this issue Aug 30, 2018 · 6 comments · Fixed by #2527

Comments

@ryharris89
Copy link

Before the July Update:
Copy With Headers copied the results data with the header row as the first row and the data following, like below:
column1header column2header column3header
row1column1data row1column2data row1column3data
row2column1data row2column2data row2column3data
row3column1data row3column2data row3column3data

After July Update:
Copy With Headers now copies the headers before each row of data. This is evident upon pasting the data into Excel, which looks similar to this:

column1header column2header column3header
row1column1data row1column2data row1column3data
column1header column2header column3header
row2column1data row2column2data row2column3data
column1header column2header column3header
row3column1data row3column2data row3column3data

@kburtram
Copy link
Member

@ryharris89 this also looks like a bug with the way we're handing Select All similar to #2371.

@kburtram
Copy link
Member

@abist could you please look at this issue? We should get a fix today so we can produce an August recovery build this evening if possible.

@kburtram
Copy link
Member

This should be fixed in https://github.com/Microsoft/sqlopsstudio/releases/tag/0.32.8. Please reactive if the problem persists in the latest build.

@nilamo
Copy link

nilamo commented Aug 31, 2018

@kburtram @abist I just want to thank you guys for the quick turn around on this. This is a sweet program that's increasingly replacing SQL Management Studio for me. You guys have been doing a terrific job.

@kburtram kburtram reopened this Sep 11, 2018
@kburtram
Copy link
Member

This is back in master. It may be related to the "Select All" PR that went in yesterday #2496. @anthonydresser or @abist could one of you please take a look?

@abist
Copy link
Contributor

abist commented Sep 11, 2018

@kburtram I'll take a look

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants