Bug #55874 | Record "inspector" for SQL Result tabs | ||
---|---|---|---|
Submitted: | 10 Aug 2010 9:37 | Modified: | 12 Aug 2010 11:51 |
Reporter: | Dan Kloke (Candidate Quality Contributor) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S4 (Feature request) |
Version: | 5.2.26 CE | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | inspector, record, result, sql editor |
[10 Aug 2010 9:37]
Dan Kloke
[10 Aug 2010 10:06]
Susanne Ebrecht
Many thanks for writing a feature request. Honestly, I am not able to follow you at all. What shall such an inspector do?
[10 Aug 2010 10:23]
Dan Kloke
An "inspector" is an area that displays all the values for a single record. It allows users to look through a record without scrolling a grid left and right. It is a complimentary display to an existing grid display. It consists of two columns, the left column holds the names of fields in the table or result set. The right column shows the values of the selected record, next to the corresponding field names. RecordID | 1 Field1 | a value Field2 | value in field 2 NumericA | 12.34 DateTimeX| 2010-08-10 04:17:02 AM As the user scrolls down the fields in a grid, the right column in the inspector pane shows the values for the current field. Some development IDE's use this kind of layout to show the property values of a currently selected object: http://www.flickdotnet.de/wp-content/uploads/2008/09/image-thumb5.png These are sometimes called "Property Inspectors".
[12 Aug 2010 11:51]
Susanne Ebrecht
Many thanks for your feedback. Now I understand it. Many thanks for writing a reasonable feature request.