Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM8.4.1.201206, CQB8.4.1.201206
-
Component/s: CUBRID Manager, CUBRID Query Browser
Description
In CM and CQB it is very inconvenient to work with search results table. It's so frequent that I need the value of only one column (eg. "email_address"), that in order to get its value, CM copies the entire row with the values of all columns.
- It's very inconvenient to paste from Clipboard to a text editor and then select the necessary column value from that text. Too many steps to accomplish a very simple task.
- Also, assume the row contains the column "content" which stores the content of the entire blog (eg. 2,000 characters). This entire content will also be copied into Clipboard. So, I have to find the necessary column from this entire mess.
MySQL Workbench provides very convenient context menu items (right click menu) to Copy (copies the selected column) and Copy row (copies the entire row).
Regression on CM8.4.1.2200
Cannot copy blob content in result. and cannot save the content to file.