You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When copying Results, the columns are not getting put in the clipboard in the same order as the output in the Results. Using Copy With Headers brings the headers in the right order, but the data in the columns does not belong to the same header. This doesn't happen every time, but I can reproduce it with certain queries.
Azure Data Studio version: azuredatastudio 1.13.0 (cacd481, 2019-11-02T00:40:05.147Z)
OS version: Windows_NT x64 10.0.18363
For example, using this query and copying to excel or notepad the third field when pasting is a number field from the 11th column.
This has been fixed on the insiders build that you can install now - otherwise it'll be available in the next stable release. Sorry about the inconvenience!
Issue Type: Bug
When copying Results, the columns are not getting put in the clipboard in the same order as the output in the Results. Using Copy With Headers brings the headers in the right order, but the data in the columns does not belong to the same header. This doesn't happen every time, but I can reproduce it with certain queries.
Azure Data Studio version: azuredatastudio 1.13.0 (cacd481, 2019-11-02T00:40:05.147Z)
OS version: Windows_NT x64 10.0.18363
For example, using this query and copying to excel or notepad the third field when pasting is a number field from the 11th column.
Query:
Results from Copy With Headers:
IdNum CaseStatus DateTimeField DateField DateField2 DateFieldNULL DateField3 IntNull Int1 Int2 Int3 IntNull2
10701 Closed 3 NULL 2019-03-20 16:23:00.000 2019-03-28 2019-04-01 NULL 2019-06-06 NULL 1 2
The text was updated successfully, but these errors were encountered: