Bug #60490 Few enhancements to SQL editor
Submitted: 16 Mar 2011 13:53 Modified: 22 Nov 2011 3:16
Reporter: Herbert Gec Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.33 OS:Any
Assigned to: CPU Architecture:Any

[16 Mar 2011 13:53] Herbert Gec
Description:
While exporting the resultset, the dialog should remember last :
- "File format"
- "Destination with full path"

Also in ver. 5.2.31a and earlier after selecting some already existing file the warning stating that the file exists appeared. Later after clicking on "Export" button the same warning appeared again. 
I think that the first warning is not necessary. My workflow, when saving report with name similar to existing, is usualy :
- Open export dialog
- Press the button for selecting the destination folder/file
- Select already existing file -> "Click - Yes I really want to overwrite that file, although it's not true"
- On export dialog I manually change only the file name ie. from "export1.csv" to "export2"
- By clicking the "Export" button the file is created

Resolution: The warning dialog should only appear after clicking the Export button while the file really exists.
Regards,
Herbert

How to repeat:
It's a feature request, so it's not reproducible now.
[17 Mar 2011 11:10] Valeriy Kravchuk
Thank you for the feature request.
[22 Nov 2011 3:16] Philip Olson
Fixed as of 5.2.36:

+        The export result set dialog has been redesigned, and now saves
+        the previously used settings.