Mike,
When you close the DB connection, why does the SQL results stay? I’ve obviously finished using them.
Unfortunately, it isn’t obvious at all. 🙂 You see, you might be done *retrieving* them, but you might not be done analyzing them. For example, now that you have the information you might close your DB connection to free it up, but be intending to copy those results over to a spreadsheet or charting package for further analysis. For us to close the results as soon as the connection is closed would be akin to the Repository View removing all the tree information under HEAD, once you’ve synchronized, since you’re obviously done with that now as well.
Could we please have an option to clear the result sets when the connection closes?
An option to do this is certainly a valid enhancement request, and I”ve added it to our internal tracking system as such.
Thanks for your input and interest in MyEclipse.