Page 1 of 1

[DONE] Can't 'Save As' SQL Editor script

PostPosted: Tue Nov 06, 2012 11:13 pm
by codebling
2.0 RC1

If the script being modified has been edited since the last save, the 'Save' option is enabled, but 'Save As' never is (it should be enabled whether the script has been modified or not)

Re: Can't 'Save As' SQL Editor script

PostPosted: Wed Nov 07, 2012 12:13 pm
by Serge
SQL scripts in DBeaver are always autosaved and there is not need to manually save them at all.
You can save SQL script in external file using context menu or main menu action "Save SQL Script".

Re: Can't 'Save As' SQL Editor script

PostPosted: Wed Nov 07, 2012 4:17 pm
by codebling
Ok, great. What is 'Save As' for, then? It just seemed like since the 'Save' action worked for the script, that the 'Save As' should, as well.

Re: Can't 'Save As' SQL Editor script

PostPosted: Wed Nov 07, 2012 5:38 pm
by Serge
Currently "Save As" is for other editors. For example you may save ER diagram as image.
Anyway I think it is a good idea to link SQL "Save SQL Script" action to standard "Save As".

Thanks