Bug #105625 | Double clicking a table or column should create a fullname not abbriviation | ||
---|---|---|---|
Submitted: | 18 Nov 2021 10:51 | Modified: | 10 Dec 2021 9:41 |
Reporter: | John King | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 8.0.27 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[18 Nov 2021 10:51]
John King
[10 Dec 2021 9:41]
MySQL Verification Team
Hello John King, Thank you for the bug report. Imho, this is by design and the feature reporter expecting already exists in the *Table, view, and column* context menus. This can't be expected for a *Double-clicking* feature for a table, view, or column name in the schema explorer inserts the name into the SQL Query area. You can use *Table, view, and column* context menus *Send to SQL Editor* option and then choose *Name (long)* which inserts qualified table name in the form `schema`.`table`. Please see for more details https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html#wb-schema-table-view-c... Regards, Ashwini Patil