You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
Hi. I have strange behavior when it comes to editing data directly with LiteDb Explorer. When I try to modify existing row in random table, and then try to fetch that row from my WPF client application I get following exception:
This happens every time I try to temper with data directly through LiteDb Explorer. Looking at my code, I'm not using indexes at all (in my repository layer) since most of the tables will have no more then 10 rows in real life. I have to drop whole table and re-populate it using my WPF app. Any thought on this?
Thanks,
Bane
The text was updated successfully, but these errors were encountered:
No idea either, Explorer doesn't manipulate indexes. It might be LiteDB issue or incompatibility between LiteDB versions (I haven't updated LiteDB in LDBExplorer in a long time).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. I have strange behavior when it comes to editing data directly with LiteDb Explorer. When I try to modify existing row in random table, and then try to fetch that row from my WPF client application I get following exception:
This happens every time I try to temper with data directly through LiteDb Explorer. Looking at my code, I'm not using indexes at all (in my repository layer) since most of the tables will have no more then 10 rows in real life. I have to drop whole table and re-populate it using my WPF app. Any thought on this?
Thanks,
Bane
The text was updated successfully, but these errors were encountered: