When running SQL Explorer the History gets displayed in the SQL History window correctly.
However it has stopped writting to the SQLHistory.xml file so if I close and reopen SQL Explorer none of my new queries are in the list.
Anyone else run accross this or have a fix?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have set charset to UTF-8 for saving and loading SQL-History because of some problems from XML parser throwing invalid character exceptions. For me it works fine (Win, Eclipse 3.3 and 3.4).
Do you have installed the latest Patch (P5)? If so, check your eclipse error log for any exceptions. You can view it by clicking Help/About Eclipse SDK/Configuration Details/View Error Log.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have reworked the load/store in XML files with P6 to be more compliant with XML standard. Please update your installation and check if the problem still appears.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When running SQL Explorer the History gets displayed in the SQL History window correctly.
However it has stopped writting to the SQLHistory.xml file so if I close and reopen SQL Explorer none of my new queries are in the list.
Anyone else run accross this or have a fix?
I have set charset to UTF-8 for saving and loading SQL-History because of some problems from XML parser throwing invalid character exceptions. For me it works fine (Win, Eclipse 3.3 and 3.4).
Do you have installed the latest Patch (P5)? If so, check your eclipse error log for any exceptions. You can view it by clicking Help/About Eclipse SDK/Configuration Details/View Error Log.
I have reworked the load/store in XML files with P6 to be more compliant with XML standard. Please update your installation and check if the problem still appears.