A couple feature requests

gparker

Member
Just a couple things I'd find useful personally:

- In the browser: right-click a table to truncate or delete all rows. There is already the ability to drop the entire table, which is far more destructive.

- When I try to edit the data for a table I have *not* selected with either the ROWID column or FOR UPDATE clause, it prompts me to add these in. If the editor is intelligent enough to figure that out, why not have a (configurable) option to automatically append the FOR UPDATE for me?
 
Hello,

- In the browser: right-click a table to truncate or delete all rows. There is already the ability to drop the entire table, which is far more destructive.
You can easily add such menu item (and not only that one) using Browser Extender plug-in. Please, download it from our download section . Then you can find and use many browser extensions already prepared in our Extension Repository, Truncate a table is among them.
 
Back
Top