Bug #57748 During copy of result set via Ctrl+C, add column names to the clipboard
Submitted: 26 Oct 2010 18:38 Modified: 13 Jun 2013 20:21
Reporter: Dimitriy A Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.29 CE OS:Any
Assigned to: CPU Architecture:Any
Tags: column names, copy, Ctrl+C, Result Set

[26 Oct 2010 18:38] Dimitriy A
Description:
Copying a row or multiple rows from result set via Ctrl+C keyboard shortcut should also copy the column names by default. There could be an option not to copy the column names along with the results. This is the default operation of many other SQL editors and also this is a very good feature.

As a bonus, if pasting into a document which supports formatting - the header row could be formatted to emphasize that these are column names.

How to repeat:
Run a query, then select a row or all rows from the result set and copy using Ctrl+C keyboard shortcut.
[27 Oct 2010 6:58] Valeriy Kravchuk
Thank you for the feature request.
[13 Jun 2013 20:21] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.2 public beta release, and here's the changelog entry:

A "Copy Row (with names)" option was added to the context menu for record
sets.

This changelog entry was merged with Oracle Bug #11765574 / MySQL Bug #58557

Thank you for the bug report.