Feature Requests

aisa

Member²
Hi,

I have a couple of feature requests. The 1st one has been asked before but not yet implemented :(

1. Having Export Results also export the results to the clipboard. I am pretty sure this is easy to implement and would save people a lot of hassle not to have to save to a file and open it everytime. One recommendation would be have a Export Results (Clipboard) menu item after then current Export Results with the same submenu.

2. A easier way to edit table data rather than adding rowid to the sql. In SQL Navigator, there is a button you toggle before running the query indicating wether you want an editable result set or not.

Thanks in advance.
Aisa
 
1. Having Export Results also export the results to the clipboard. I am pretty sure this is easy to implement and would save people a lot of hassle not to have to save to a file and open it everytime. One recommendation would be have a Export Results (Clipboard) menu item after then current Export Results with the same submenu.
You can copy results directly from the result grid to the clipboard. There is no need for an intermediate file. Just right-click on the results and select "Copy" or "Copy with header".
2. A easier way to edit table data rather than adding rowid to the sql. In SQL Navigator, there is a button you toggle before running the query indicating wether you want an editable result set or not.
I have added this to the list of enhancement requests.
 
Thanks for the reply.

You can copy results directly from the result grid to the clipboard. There is no need for an intermediate file. Just right-click on the results and select "Copy" or "Copy with header".
However for this, it is nice to have it export the sql inserts to clipboard too. The copy/paste mentioned just pastes the data which is not really much useful.

Thanks
Aisa
 
Back
Top