Hi Sandro,
Your reponse was good
> fix: the latest RC-1 now queries 'sqlite_temp_master'
> as well, so temp objects are now correctly listed
> in the tree view [same icons, but showing very faint
> colors for temp objects]
>
I downloaded: spatialite-gui-win-x86-1.3.0.zip to take a look at it. But
it was the same. Maybe I should have taken another one- but which one?
> 2) transactions and SQL scripts
>
> yes, you can freely store as much transactions
> in the same SQL script-file as you need.
This was not formulated clearly. To clarify: the commands are stored for
the session but there is no opportunity for persistent storage beyond
the session (that I found). Can the (individual) commands be
persistently stored for use during a later session? (For further
clarification on the point of storage of individual commands as opposed
to sql scripts in a file.) My experience relates that storing individual
commands in a file would not appeal as an expeditious action for the
user. Taking commands out of persistent storage in the GUI would appeal
to the user.
This may not be a design goal.
Another alternative would be for the user to copy the sql command into a
table for later and repeated use. However I in spite of referring to the
documentation I found no complete (typical operating system) key
commands for editing in the grid.
Simply to document Windows use:
1) A double click would open the row for editing.
2) In Windows a right click after highlighting the phase offers "Undo,
Cut, Copy, Paste, Paste without formatting, Delete ...". This works in
the SQL Execution window. But the right click does not function this way
in the grid. It offers row insertion and deletion. Extending the
functionality makes the GUI expedient for data entry and edit.
The current workflow as I experience it:
In the tree Right Click for "Edit Table Rows". But then the user cannot
select or order the rows to find the row to edit. Using the SQL
Execution with "order by" to order the column to find the row to edit
(or store) takes the user out of editing. A Right Click in a Grid Cell
offers "Delete Row" or "Insert new Row"; "Edit Row" is missing after
ordering the rows assuming that I have found the available user commands.
> 3) message: "SQL Query returned an empty ResultSet.
> This is not an error"
>
>
Your explanation makes it clear. The conventions should be respected.
Thanks for the active response- Gary