Maxmix
Member³
Hi!
This is useful feature that I use extensively:

However, it could be even more useful!
1) Usually I have to fill in edit boxes 'Object owner' and 'Object name'. But it is error prone.
I can make mistake and never sure should I capitalize identifiers or not. Could you turn plain text boxes into comboboxes? Choosing from (currently visible in ObjectBrowser) items would be nice.
2) Button "Save as Standard Query..." only becomes visible after you executed some query. But in my experience PLSDev saves not single SELECT but the whole contents of SQL pane (which is convenient, again, because I can have several statements, including DML, comments, and just arbitrary text saved as a whole). Then I suggest to relocate button closer to
File | Save as, which should make it clear what exactly will be saved to file and will make it possible to create standard queries without executing them beforehand.
3) Related to 2). If we open SQL Window as "Standard Query" (that is from context menu), then make some changes, then upon resaving the fields 'Query name', 'Object owner' and 'Object name' should be already filled, so that user will not have to specify them again.
4) I could use the same functionality with PACKAGES(pipelined functions test queries, mostly, but other uses are also possible).
That is, if I have some query in form of:
then it would be very nice to save it as standard query for the package (not package.function!).
Or, I would tie some complex BEGIN .. END; block to some package (or to standalone proc/func)
In short words, I am requesting regular saving operation, but with filename linked to some top-level DB object.
Feature to supply long human name is very neat, I wish it retained!
This is useful feature that I use extensively:

However, it could be even more useful!
1) Usually I have to fill in edit boxes 'Object owner' and 'Object name'. But it is error prone.
I can make mistake and never sure should I capitalize identifiers or not. Could you turn plain text boxes into comboboxes? Choosing from (currently visible in ObjectBrowser) items would be nice.
2) Button "Save as Standard Query..." only becomes visible after you executed some query. But in my experience PLSDev saves not single SELECT but the whole contents of SQL pane (which is convenient, again, because I can have several statements, including DML, comments, and just arbitrary text saved as a whole). Then I suggest to relocate button closer to
File | Save as, which should make it clear what exactly will be saved to file and will make it possible to create standard queries without executing them beforehand.
3) Related to 2). If we open SQL Window as "Standard Query" (that is from context menu), then make some changes, then upon resaving the fields 'Query name', 'Object owner' and 'Object name' should be already filled, so that user will not have to specify them again.
4) I could use the same functionality with PACKAGES(pipelined functions test queries, mostly, but other uses are also possible).
That is, if I have some query in form of:
SQL:
select ... from table(package.function(...)) where ...
then it would be very nice to save it as standard query for the package (not package.function!).
Or, I would tie some complex BEGIN .. END; block to some package (or to standalone proc/func)
In short words, I am requesting regular saving operation, but with filename linked to some top-level DB object.
Feature to supply long human name is very neat, I wish it retained!
Last edited: