MoneyTools / MyMoney.Net

MyMoney is a rich client .NET ClickOnce application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.
https://moneytools.github.io/MyMoney.Net/
66 stars 21 forks source link

Add resilience to SQLite reading of the field Account.SyncGuid field #120

Closed jpdup closed 3 months ago

jpdup commented 3 months ago

I hit this problem when working between the flutter version and the windows version. This fix adds just a bit of tolerance to the field being either null or empty "". I suggest that we could do the same for most fields