* Listing
- The list repeats the previous executed query. Maybe
you can add an option to
1. Show a counter for how many times you have executed
a given SQL instead of populating the list (have it as
a SET);
2. Maybe have a mode to have this previous LIST, if you
want to track the SQLs executed;
3. An option to save the list of SQLs, displaying on
checkboxes so we could choose which ones would be on
the .sql file
I see you have the 'Delete' option... If you have the
type of the query, could you add another option to
EXECUTE the selected query? Maybe the user could define
which commands automatically could be executed, which
ones would be required a confirmation, etc...
SELECT, INSERT: execute without confirmation
UPDATE, DELETE: require confirmation prior to execution
* Listing
- The list repeats the previous executed query. Maybe
you can add an option to
1. Show a counter for how many times you have executed
a given SQL instead of populating the list (have it as
a SET);
2. Maybe have a mode to have this previous LIST, if you
want to track the SQLs executed;
3. An option to save the list of SQLs, displaying on
checkboxes so we could choose which ones would be on
the .sql file
I see you have the 'Delete' option... If you have the
type of the query, could you add another option to
EXECUTE the selected query? Maybe the user could define
which commands automatically could be executed, which
ones would be required a confirmation, etc...
SELECT, INSERT: execute without confirmation
UPDATE, DELETE: require confirmation prior to execution
Thanks a lot!
Marcello