| Bug #49354 | Double clicking table name no longer pre-fills Query window with EDIT tablename | ||
|---|---|---|---|
| Submitted: | 2 Dec 2009 15:34 | Modified: | 29 Jan 2010 10:30 |
| Reporter: | Edward Rudd | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
| Version: | 5.2.10 | OS: | Any |
| Assigned to: | Tony Bedford | CPU Architecture: | Any |
[2 Dec 2009 15:34]
Edward Rudd
[29 Jan 2010 0:43]
Steve Miller
I second the request to return to the previous behavior of double clicking a table in the Schemata view.
[29 Jan 2010 2:41]
Edward Rudd
Now what I did find is that if I double click on the table in the "Overview" tab where the results show it will go into "edit" mode. And it still does this in 5.2.14.
[29 Jan 2010 9:50]
Michael G. Zinner
This was indeed changed on purpose. The logic behind this is the following. * The "Overview" tab should be used for simple double-clicking a table to edit it's data. This is also suggested by the icon view of the schema objects. * The "Schemata" tree should be used to build SQL Queries. Double-clicking on a Table Name or a Column Name will add this name to the SQL Statements are. This is meant to help when writing more complex SQL queries and not having to type all the table and columns names by hand. We are going to expand that in the future to allow for more complex operations. Tony, please make this clear in the documentation.
[29 Jan 2010 10:30]
Tony Bedford
This is already mentioned in a couple of places in the documentation, for example (see note at bottom of page): "http://dev.mysql.com/doc/workbench/en/wb-sql-editor-statements-panel.html"
