Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Index not found on '<primary key>'. #33

Open
sekulicb opened this issue Oct 19, 2018 · 1 comment
Open

Index not found on '<primary key>'. #33

sekulicb opened this issue Oct 19, 2018 · 1 comment

Comments

@sekulicb
Copy link

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:

litedb error

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

@JosefNemec
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants