squirrel-sql-client / squirrel-sql-code

Share of the SQuirreL SQL source code originating from SourceForge, see https://squirrelsql.org
GNU Lesser General Public License v2.1
59 stars 11 forks source link

Configuration files updated even when no changes are done #4

Open msmigiel opened 1 year ago

msmigiel commented 1 year ago

I am running Windows 10, Java 11.0.12+7, and SquirrelSQL 4.4.0.

If I simply open up SquirrelSQL and close it, I can see all of the configuration files under $HOME/.squirrelsql have been updated even though no changes have been done. I can see the log file updated as I would expect but things like prefs.xml, SQLDrivers.xml, etc... have all been modified.

I do have "Save Preferences ... Immediately" enabled but it would nice to have an intelligent check to verify whether or not something has indeed changed before simply writing over the files again.