LiteDbExplorer
LiteDbExplorer copied to clipboard
Index not found on '<primary key>'.
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
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).