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/
70 stars 22 forks source link

remove bad safeguard, Checking for reader.GetString(9) on a GUID field #127

Closed jpdup closed 3 months ago

jpdup commented 3 months ago

This was causing a runtime crash on my Sqlite DB loading, GUID field throws an exception when looked at using GetString().

clovett commented 3 months ago

looks good thank.s