Bugs item #1581582, was opened at 2006-10-20 18:51
Message generated for change (Comment added) made by bingalls
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=725495&aid=1581582&group_id=132863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Jorgen Rapp (jorgen_rapp)
Assigned to: spackers (spackers)
Summary: SQLEditor save as overwrites existing file
Initial Comment:
The save as functionality will overwrite an existing
file when using save as in some cases.
For instance,
do save as,
select show all file extensions,
click on an existing file, a.sql,
{the file name gets populated}
edit a.sql to b.sql
click save.
now the file a.sql is overwritten and contains the
content of your buffer.
Expected result:
creation of file b.sql with contents of current file.
----------------------------------------------------------------------
Comment By: Bruce Ingalls (bingalls)
Date: 2009-03-24 16:48
Message:
Please reopen this bug. v3.5 RC6 and v3.5 RC7 still have this problem.
In my case, I right-clicked on a table to <i>Generate CREATE TABLE
script</i>
I changed the name of the table. <b>Save</b> was not an option, only
<b>Save As</b>
After choosing to save the <i>a.sql</i> file inside the workspace/project,
EclipseSQL erased the editor contents, with no undo capability :(
----------------------------------------------------------------------
Comment By: spackers (spackers)
Date: 2007-10-16 04:43
Message:
Logged In: YES
user_id=1335081
Originator: NO
Fixed in 3.5.0
----------------------------------------------------------------------
Comment By: Jorgen Rapp (jorgen_rapp)
Date: 2006-10-20 18:54
Message:
Logged In: YES
user_id=533021
version 3.0.0_20060901, plugin.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=725495&aid=1581582&group_id=132863
|