-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NRE during FindAll #496
Comments
Hi @podkolzzzin, I will take a look again on this. This line code that you marked is correct in this context. |
Hi, @mbdavid, you are probably right. |
Hi! With the objective of organizing our issues, we are closing old unsolved issues. Please check the latest version of LiteDB and open a new issue if your problem/question/suggestion still applies. Thanks! |
I have such code:
And once it accidently falls with NRE:
I construct LiteDatabase class using the ctor with single argument(connectionString).
I investigated your code a bit, and the only suspicious place is:
LiteDB/LiteDB/Engine/LiteEngine.cs
Line 107 in c28238e
P.S. Please reopen issue #363, I tested it on the latest sources and it still reproducing. Code sample is in the issue.
The text was updated successfully, but these errors were encountered: