The Named SQL Module/block seems to be the place to store my SQL statements for later recall and execution. I think the functionality can be improved.
Request 1. The only way I know of to be able to store a Named SQL statement is that it has to be executed first. I have many saved statements that I would like to import but I don’t want to execute them first. It would be nice if I could somehow just put statements in there without having to execute them first. For instance, right click in the panel and choose “Insert new Named SQL statement”.
Request 2. Instead of a column for the SQL text, I personally would find a “Comments” column more useful. And then display the SQL as a tool tip when hovering over the entry.
Request 3. There are no ways of grouping named SQL statements. It would be nice if there was a folder structure there that would allow users to categorize the statements saved there.
Question: What is the expected use of the Code Snippets? What are the functional differences between favorites in the code snippets and named SQL?